Skip to content

Commit

Permalink
Fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
fd committed May 17, 2016
1 parent ba2a418 commit 71763e5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions wercker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ prerelease:
VERSION="$(v5n store bump x-heroku rc)"
v5n apply --commit $WERCKER_GIT_COMMIT --author "Simon Menke" bin/x-heroku-linux-amd64/x-heroku "$VERSION"
v5n apply --commit $WERCKER_GIT_COMMIT --author "Simon Menke" bin/x-heroku-darwin-amd64/x-heroku "$VERSION"
x-heroku build -t Tarfile.linux-amd64 | gzip > dist/x-heroku-linux-amd64.tar.gz
x-heroku build -t Tarfile.darwin-amd64 | gzip > dist/x-heroku-darwin-amd64.tar.gz
ghr -u fd -r tar-utils -c $WERCKER_GIT_COMMIT --replace --prerelease "v$VERSION" ./dist
x-tar build -t Tarfile.linux-amd64 | gzip > dist/x-heroku-linux-amd64.tar.gz
x-tar build -t Tarfile.darwin-amd64 | gzip > dist/x-heroku-darwin-amd64.tar.gz
ghr -u fd -r heroku-utils -c $WERCKER_GIT_COMMIT --replace --prerelease "v$VERSION" ./dist
- mbrevda/[email protected]:
token: $WRK_TOKEN
application_id: $WRK_APP
Expand All @@ -57,9 +57,9 @@ stable:
VERSION="$(v5n store bump x-heroku final+patch)"
v5n apply --commit $WERCKER_GIT_COMMIT --author "Simon Menke" bin/x-heroku-linux-amd64/x-heroku "$VERSION"
v5n apply --commit $WERCKER_GIT_COMMIT --author "Simon Menke" bin/x-heroku-darwin-amd64/x-heroku "$VERSION"
x-heroku build -t Tarfile.linux-amd64 | gzip > dist/x-heroku-linux-amd64.tar.gz
x-heroku build -t Tarfile.darwin-amd64 | gzip > dist/x-heroku-darwin-amd64.tar.gz
ghr -u fd -r tar-utils -c $WERCKER_GIT_COMMIT --replace "v$VERSION" ./dist
x-tar build -t Tarfile.linux-amd64 | gzip > dist/x-heroku-linux-amd64.tar.gz
x-tar build -t Tarfile.darwin-amd64 | gzip > dist/x-heroku-darwin-amd64.tar.gz
ghr -u fd -r heroku-utils -c $WERCKER_GIT_COMMIT --replace "v$VERSION" ./dist
- mbrevda/[email protected]:
token: $WRK_TOKEN
application_id: $WRK_APP
Expand Down

0 comments on commit 71763e5

Please sign in to comment.