diff --git a/.circleci/config.yml b/.circleci/config.yml index 0532cda..c5f61c2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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