Skip to content

Commit

Permalink
Merge pull request #56 from lekaf974/fix/ci-gorelease-issue
Browse files Browse the repository at this point in the history
fix(ci): Update goreleaser args field
  • Loading branch information
leecalcote authored Nov 6, 2024
2 parents ff78375 + 2038083 commit 23bba76
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 @@ -39,7 +39,7 @@ jobs:
uses: goreleaser/goreleaser-action@v6
with:
version: 2 # Use latest GoReleaser action version
args: release --clean --skip-validate -f goreleaser.yml # Corrected filename to root
args: release --clean --skip validate -f goreleaser.yml # Corrected filename to root
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RELEASE_CHANNEL: "stable"
Expand Down

0 comments on commit 23bba76

Please sign in to comment.