Skip to content

Commit

Permalink
Add 'latest' release asset
Browse files Browse the repository at this point in the history
  • Loading branch information
bitfield committed Jan 28, 2020
1 parent a3381da commit f4e2ce6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
command: |
if [ "$CIRCLE_TAG" ]; then
ghr -t $GITHUB_TOKEN -u bitfield -r terraform-provider-checkly --replace $CIRCLE_TAG dist/
ghr -t $GITHUB_TOKEN -u bitfield -r terraform-provider-checkly --replace latest dist/
else
echo "no tagged version to deploy"
fi
Expand Down

0 comments on commit f4e2ce6

Please sign in to comment.