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 d3b6b12 commit d670397Copy full SHA for d670397
.github/workflows/release.yaml
@@ -67,10 +67,10 @@ jobs:
67
run: |
68
ls -al dist
69
sleep 20
70
- - name: Run GoReleaser (publish only)
+ - name: Run GoReleaser (no clean)
71
uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # tag=v6.3.0
72
with:
73
- args: -p 1 release --skip build
+ args: -p 1 release
74
version: '~> v2'
75
strategy:
76
fail-fast: true
0 commit comments