Skip to content

Commit 8b7ff35

Browse files
committed
fix(releasing): bind github_token to goreleaser
Signed-off-by: Artur Troian <troian@users.noreply.github.com>
1 parent eb37e26 commit 8b7ff35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

make/releasing.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ goreleaser: wasmvm-libs build-contracts
8383
-e DOCKER_IMAGE=$(RELEASE_DOCKER_IMAGE) \
8484
-e GOTOOLCHAIN="$(GOTOOLCHAIN)" \
8585
-e GOWORK="$(GORELEASER_GOWORK)" \
86+
-e GITHUB_TOKEN="$(GITHUB_TOKEN)" \
8687
-e GOPATH=/go \
8788
-v /var/run/docker.sock:/var/run/docker.sock \
8889
-v $(GOPATH):/go \

0 commit comments

Comments
 (0)