File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ jobs:
2222 with :
2323 go-version : stable
2424 - run : echo "GOVERSION=$(go version)" >> "$GITHUB_ENV"
25- - uses : goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5 .0.0
25+ - uses : goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6 .0.0
2626 id : goreleaser
2727 with :
2828 version : latest
29- args : build --clean --debug --single-target --snapshot
29+ args : build --clean --verbose --single-target --snapshot
3030 - name : Login to GHCR
3131 if : github.actor != 'dependabot[bot]'
3232 uses : docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0
Original file line number Diff line number Diff line change 5555 run : mv "$GITHUB_SBOM_PATH" ./sbom.spdx.json
5656 env :
5757 GITHUB_SBOM_PATH : ${{ steps.sbom.outputs.fileName }}
58- - uses : goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5 .0.0
58+ - uses : goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6 .0.0
5959 id : goreleaser
6060 with :
6161 version : latest
Original file line number Diff line number Diff line change 1+ version : 2
12builds :
23- id : go-cli-github
34 binary : go-cli-github
You can’t perform that action at this time.
0 commit comments