File tree Expand file tree Collapse file tree 1 file changed +2
-17
lines changed
Expand file tree Collapse file tree 1 file changed +2
-17
lines changed Original file line number Diff line number Diff line change @@ -52,25 +52,10 @@ jobs:
5252 go-version : ${{ matrix.goversion }}
5353 - uses : sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0.0
5454 - uses : anchore/sbom-action/download-syft@fbfd9c6c189226748411491745178e0c2017392d # v0.20.10
55- - name : Debugging what was changed
56- run : |
57- git status
58- git diff
59- git tag -n
60- # debugging start
61- - name : Run GoReleaser Build and sign only (skip publish)
55+ - name : Run GoReleaser
6256 uses : goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # tag=v6.3.0
6357 with :
64- args : -p 1 release --skip publish --clean
65- version : ' ~> v2'
66- - name : Debugging step
67- run : |
68- ls -al dist
69- sleep 20
70- - name : Run GoReleaser (no clean)
71- uses : goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # tag=v6.3.0
72- with :
73- args : -p 1 release
58+ args : -p 3 release --clean
7459 version : ' ~> v2'
7560 strategy :
7661 fail-fast : true
You can’t perform that action at this time.
0 commit comments