We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ba6f22 commit 222a2b0Copy full SHA for 222a2b0
.github/workflows/release.yaml
@@ -28,7 +28,7 @@ jobs:
28
# either 'goreleaser' (default) or 'goreleaser-pro':
29
distribution: goreleaser
30
version: latest
31
- args: release --skip-publish --config .goreleaser-linux.yaml
+ args: release --skip=publish --config .goreleaser-linux.yaml
32
env:
33
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
34
- name: Upload
@@ -56,7 +56,7 @@ jobs:
56
57
58
59
- args: release --skip-publish --config .goreleaser-darwin.yaml
+ args: release --skip=publish --config .goreleaser-darwin.yaml
60
61
62
0 commit comments