Skip to content

Commit

Permalink
Merge pull request #4 from osjupiter/applly-ci
Browse files Browse the repository at this point in the history
Update wercker.yml
  • Loading branch information
osjupiter authored Jul 23, 2018
2 parents 1c27e3f + 802db15 commit 06e79e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wercker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ deploy:
code: export APP_VERSION=$(grep "project.version" build.gradle | cut -d"'" -f2)
- github-create-release:
token: $GITHUB_TOKEN
tag_name: v$APP_VERSION
tag: $APP_VERSION
- github-upload-asset:
token: $GITHUB_TOKEN
content-type: application/zip
file: build/libs/jadowmd.jar

0 comments on commit 06e79e9

Please sign in to comment.