Skip to content

Commit 00b32ca

Browse files
authored
Merge pull request #329 from redpanda-data/st/fix-goreleases
fix(ci): prevent goreleaser from picking wrong tag on shared commits
2 parents afea955 + d7edd54 commit 00b32ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ jobs:
2424
env:
2525
CGO_ENABLED: 0
2626
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27+
GORELEASER_CURRENT_TAG: ${{ github.ref_name }}

0 commit comments

Comments
 (0)