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 9d2d6ab commit 9dd4c06Copy full SHA for 9dd4c06
.github/workflows/ci.yml
@@ -50,6 +50,8 @@ jobs:
50
gox -parallel 4 -osarch="linux/amd64 darwin/amd64 linux/arm windows/amd64" -ldflags="-extldflags '-static' -s -w -X github.com/go-semantic-release/condition-gitlab/pkg/condition.CIVERSION=${{steps.semrel.outputs.version}}" -output="bin/{{.Dir}}_v${{steps.semrel.outputs.version}}_{{.OS}}_{{.Arch}}" ./cmd/condition-gitlab/
51
cd bin/ && shasum -a 256 * > ./condition-gitlab_v${{steps.semrel.outputs.version}}_checksums.txt && cd -
52
if: steps.semrel.outputs.version != ''
53
+ env:
54
+ CGO_ENABLED: 0
55
- run: ghr $(cat .ghr) bin/
56
57
env:
0 commit comments