Skip to content

Commit 50d1acf

Browse files
authored
[-] fix deprecated --skip-publish goreleaser option in GHA, closes #633 (#634)
1 parent 92fb290 commit 50d1acf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,4 +141,4 @@ jobs:
141141
uses: goreleaser/goreleaser-action@v5
142142
with:
143143
version: latest
144-
args: release --snapshot --skip-publish --clean
144+
args: release --snapshot --skip=publish --clean

0 commit comments

Comments
 (0)