Skip to content

Commit

Permalink
Set the repository for the release script
Browse files Browse the repository at this point in the history
  • Loading branch information
lox committed Mar 25, 2019
1 parent 12043f1 commit 8bb509f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .buildkite/steps/github-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ VERSION=$(buildkite-agent meta-data get "version")
buildkite-agent artifact download "handler.zip" .

echo "--- 🚀 Releasing $VERSION"
github-release "v$VERSION" handler.zip "$(git rev-parse HEAD)"
github-release "v$VERSION" handler.zip \
--commit "$(git rev-parse HEAD)" \
--github-repository "buildkite/buildkite-agent-scaler"

0 comments on commit 8bb509f

Please sign in to comment.