Skip to content

Commit

Permalink
[CI] use goreleaser version 2 explicitly
Browse files Browse the repository at this point in the history
Signed-off-by: Lee Calcote <[email protected]>
  • Loading branch information
leecalcote committed Nov 5, 2024
1 parent a48df20 commit b23521b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release-snapshot-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Run GoReleaser with tag
uses: goreleaser/goreleaser-action@v6
with:
version: latest # Use latest GoReleaser action version
version: 2 # Use latest GoReleaser action version
args: release --clean --skip-validate -f goreleaser.yml # Corrected filename to root
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit b23521b

Please sign in to comment.