version references

This commit is contained in:
defnotken
2025-08-26 11:27:46 -05:00
parent 53bea001ba
commit 5559c06d2b

View File

@@ -26,9 +26,7 @@ jobs:
git config user.name "GitHub Action"
git config user.email "action@github.com"
git tag ${{ steps.test.get_version.version }}
git push origin "${VERSION}"
env:
VERSION: ${{ env.VERSION }}
git push origin ${{ steps.test.get_version.version }}
- name: Create GitHub Release
uses: softprops/action-gh-release@v2