File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 2323 go-version : stable
2424 - run : echo "GOVERSION=$(go version)" >> "$GITHUB_ENV"
2525 - uses : goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5.0.0
26+ id : goreleaser
2627 with :
2728 version : latest
2829 args : build --clean --debug --single-target --snapshot
30+ - run : echo metadata && echo "$METADATA" && echo artifacts && echo "$ARTIFACTS"
31+ env :
32+ METADATA : ${{steps.goreleaser.outputs.metadata}}
33+ ARTIFACTS : ${{steps.goreleaser.outputs.artifacts}}
2934 - name : Login to GHCR
3035 if : github.actor != 'dependabot[bot]'
3136 uses : docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
Original file line number Diff line number Diff line change 7373 env :
7474 GITHUB_SBOM_PATH : ${{ steps.sbom.outputs.fileName }}
7575 - uses : goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5.0.0
76+ id : goreleaser
7677 with :
7778 version : latest
7879 args : release --clean
7980 env :
8081 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
8182 GITHUB_SBOM_PATH : ./sbom.spdx.json
83+ - run : echo metadata && echo "$METADATA" && echo artifacts && echo "$ARTIFACTS"
84+ env :
85+ METADATA : ${{steps.goreleaser.outputs.metadata}}
86+ ARTIFACTS : ${{steps.goreleaser.outputs.artifacts}}
Original file line number Diff line number Diff line change 11module github.com/smlx/go-cli-github
22
3- go 1.22
3+ go 1.22.2
44
55require (
66 github.com/alecthomas/assert/v2 v2.8.1
You can’t perform that action at this time.
0 commit comments