Skip to content

Commit 50d1acf

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
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)