Skip to content

Commit

Permalink
Fix CircleCI pre-release argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Dines committed Apr 14, 2018
1 parent 1ad7a44 commit 60ee056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
if (printf "$CIRCLE_TAG" | grep -Pq -- '-[a-z]+\d?$'); then
PRERELEASE='-prerelease'
fi
ghr -u "$CIRCLE_PROJECT_USERNAME" -r "$CIRCLE_PROJECT_REPONAME" -replace "$PRERELEASE" "$CIRCLE_TAG" release
ghr -u "$CIRCLE_PROJECT_USERNAME" -r "$CIRCLE_PROJECT_REPONAME" -replace $PRERELEASE "$CIRCLE_TAG" release
workflows:
version: 2
Expand Down

0 comments on commit 60ee056

Please sign in to comment.