Skip to content

Commit 0bc7751

Browse files
committed
Building all binaries
1 parent 5e77338 commit 0bc7751

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ steps:
3636
- "/var/run/docker.sock:/var/run/docker.sock"
3737
- "/var/lib/buildkite-agent/.docker/config.json:/home/builder/.docker/config.json"
3838
environment:
39-
- "GITHUB_TOKEN_TROUBLESHOOT"
39+
- GITHUB_TOKEN=$GITHUB_TOKEN_TROUBLESHOOT

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ snapshot-release:
8383

8484
.PHONY: release
8585
release:
86-
curl -sL https://git.io/goreleaser | GITHUB_TOKEN=$$GITHUB_TOKEN_TROUBLESHOOT bash -s -- --rm-dist --config deploy/.goreleaser.yml
86+
curl -sL https://git.io/goreleaser | bash -s -- --rm-dist --config deploy/.goreleaser.yml
8787

8888
.PHONY: local-release
8989
local-release:

0 commit comments

Comments
 (0)