Update release.yml

This commit is contained in:
maxtim 2024-06-28 22:04:00 -04:00 committed by GitHub
parent 6e90d91e29
commit a7dc2333cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,7 +26,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
tag="${GITHUB_REF#refs/tags/}"
tag="${GITHUB_REF#refs/tags/}"
gh release create "$tag" \
--title="$tag" \