Skip to content

Commit

Permalink
change env git ref tag
Browse files Browse the repository at this point in the history
  • Loading branch information
adithayyil committed May 23, 2024
1 parent 536a126 commit 33f507c
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:
uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
version: ${{ github.ref }}
version: ${{ env.GITHUB_REF_NAME }}
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.PUBLISHER_TOKEN }}

0 comments on commit 33f507c

Please sign in to comment.