From e61e6db1349f018ad2e7b37d3734bd5176f23cc4 Mon Sep 17 00:00:00 2001 From: joncrall Date: Sun, 14 Apr 2024 02:24:11 -0400 Subject: [PATCH] Fix --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e75c3b7..9d28ccf 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -432,7 +432,7 @@ jobs: - name: Tag Release Commit if: (startsWith(github.event.ref, 'refs/heads/release')) run: |- - export VERSION=$(python -c "import setup; print(setup.VERSION))" + export VERSION=$(python -c "import setup; print(setup.VERSION)") git tag "v$VERSION" git push origin "v$VERSION" - uses: softprops/action-gh-release@v1