Fix release version capture.
Test and Build / test-and-build (push) Successful in 2m32s

This commit is contained in:
Jay
2026-03-23 10:03:08 -04:00
parent 3c42bcd06c
commit bee3e1373a
+1 -1
View File
@@ -81,7 +81,7 @@ jobs:
# Create archive
- name: Create archive
run: |
echo "$TAG_NAME" >> VERSION
echo "$TAG_NAME" > VERSION
tar -czvf ${{ env.REPO_NAME }}-${{ env.TAG_NAME }}.tar.gz dist VERSION
# Create release