Skip to content

Commit bbc725e

Browse files
committed
test gh deploy 5
1 parent 4fe7a5a commit bbc725e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
env:
1717
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Use the default GITHUB_TOKEN
1818
run: |
19-
TAG=${GITHUB_REF#refs/tags/} # Extract the tag name from the ref
19+
TAG="${{ github.ref_name }}"
2020
gh release create "$TAG" \
2121
--draft \
2222
--title "Release $TAG" \

0 commit comments

Comments
 (0)