Skip to content

Commit

Permalink
Merge pull request #598 from yiannistri/596-multiple-tags-release-v2.9
Browse files Browse the repository at this point in the history
[v2.9] ci: Specify the exact tag for the new release
  • Loading branch information
yiannistri authored Jul 22, 2024
2 parents db2779b + 8bc508a commit 0c498c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
- name: Create release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # required for creating GH release
GORELEASER_CURRENT_TAG: ${{ github.ref_name }} # specify the tag to be released
id: goreleaser
uses: goreleaser/goreleaser-action@v6
with:
Expand Down

0 comments on commit 0c498c1

Please sign in to comment.