Skip to content

Commit

Permalink
Merge pull request rancher#597 from yiannistri/596-multiple-tags-main
Browse files Browse the repository at this point in the history
ci: Specify the exact tag for the new release
  • Loading branch information
yiannistri authored Jul 22, 2024
2 parents 3bbd47e + ea00cae commit 52e378e
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 52e378e

Please sign in to comment.