From 7b309aa189776e75fae315ab4427fb6caaa4695b Mon Sep 17 00:00:00 2001 From: Marc Campbell Date: Fri, 26 Jul 2019 19:23:46 +0000 Subject: [PATCH] Another way to make a release --- .buildkite/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 95e1cffc..69e723b6 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -26,7 +26,7 @@ steps: - label: release commands: - - if [ -z "$BUILDKITE_TAG" ]; then echo "Not a tag, not releasing"; else git tag -f "$BUILDKITE_TAG" && GITHUB_TOKEN=$GITHUB_TOKEN_TROUBLESHOOT make release; fi + - if [ -z "$BUILDKITE_TAG" ]; then echo "Not a tag, not releasing"; else git tag -f "$BUILDKITE_TAG" && export GITHUB_TOKEN=$GITHUB_TOKEN_TROUBLESHOOT && make release; fi plugins: - docker#v3.2.0: always-pull: true