Skip to content

Commit

Permalink
fix release pipeline #2
Browse files Browse the repository at this point in the history
  • Loading branch information
dartungar committed Dec 10, 2023
1 parent 89553e3 commit 65af690
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#refs/tags/}"
gh release create "$tag" \
--title="$tag" \
Expand Down

0 comments on commit 65af690

Please sign in to comment.