Another way to make a release

This commit is contained in:
Marc Campbell
2019-07-26 19:23:46 +00:00
parent f8f5687c76
commit 7b309aa189

View File

@@ -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