Skip to content

Commit

Permalink
use CIRCLE_TAG as release name
Browse files Browse the repository at this point in the history
  • Loading branch information
gmas committed Jan 23, 2019
1 parent 9a735cd commit 2c54b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish-release.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

RELEASE_TAG="${CIRCLE_SHA1:0:16}"
RELEASE_TAG="${CIRCLE_TAG}"

# make sure we have a token set, api requests won't work otherwise
if [ -z $GITHUB_TOKEN ]; then
Expand Down

0 comments on commit 2c54b6e

Please sign in to comment.