Skip to content

Commit

Permalink
update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dartungar committed Dec 10, 2023
1 parent 65af690 commit 8b42c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
tag="${github.ref#refs/tags/}"
tag="${{ github.ref_name }}"
gh release create "$tag" \
--title="$tag" \
Expand Down

0 comments on commit 8b42c47

Please sign in to comment.