Skip to content

Commit

Permalink
#7 add the tag to the artifact release
Browse files Browse the repository at this point in the history
  • Loading branch information
0x6a77 committed Jun 27, 2018
1 parent e616b0a commit cd1f0a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -34,7 +34,7 @@ jobs:
- run: ls -lR /tmp/workspace
- run: git config user.name $CIRCLE_PROJECT_USERNAME
- run: go get github.com/aktau/github-release
- run: github-release upload --user $CIRCLE_PROJECT_USERNAME --repo $CIRCLE_PROJECT_REPONAME --name "$CIRCLE_PROJECT_REPONAME"-build-"$CIRCLE_BUILD_NUM".jar --file /tmp/workspace/libs/addrobots_proto.jar
- run: github-release upload --user $CIRCLE_PROJECT_USERNAME --repo $CIRCLE_PROJECT_REPONAME --tag "$CIRCLE_TAG" --name "$CIRCLE_PROJECT_REPONAME"."$CIRCLE_TAG".build-"$CIRCLE_BUILD_NUM".jar --file /tmp/workspace/libs/addrobots_proto.jar

publish_notes:
docker:
Expand Down

0 comments on commit cd1f0a0

Please sign in to comment.