Skip to content

Commit

Permalink
[-] fix deprecated --skip-publish goreleaser option in GHA, closes #633
Browse files Browse the repository at this point in the history
  • Loading branch information
pashagolub committed Jan 18, 2024
1 parent 92fb290 commit 69fe1ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,4 @@ jobs:
uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: release --snapshot --skip-publish --clean
args: release --snapshot --skip=publish --clean

0 comments on commit 69fe1ef

Please sign in to comment.