Skip to content

Commit

Permalink
Merge pull request #489 from mallardduck/gorelaser-fix-tag-dupe-commit
Browse files Browse the repository at this point in the history
set GORELEASER_CURRENT_TAG as GHA vars.GITHUB_REF_NAME
  • Loading branch information
mallardduck authored Jul 17, 2024
2 parents 2cdad27 + 46e2da0 commit 855d615
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ jobs:
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GORELEASER_CURRENT_TAG: ${{ vars.GITHUB_REF_NAME }}

0 comments on commit 855d615

Please sign in to comment.