Skip to content
This repository has been archived by the owner on Apr 9, 2022. It is now read-only.

Commit

Permalink
manually apply git tag (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
evantahler authored Feb 26, 2021
1 parent a4fc21b commit b45e37b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ jobs:
commit_user_email: hello@grouparoo.com
commit_author: Grouparoo Bot <hello@grouparoo.com>
branch: ${{ github.head_ref }}
tagging_message: v${{ env.CORE_VERSION }}
# tagging_message: v${{ env.CORE_VERSION }}
- name: git tag # This shouldn't be necessary if the above could push & tag at once
run: if git rev-parse v${{ env.CORE_VERSION }} >/dev/null 2>&1; then echo 'tag exists'; else git tag v${{ env.CORE_VERSION }} && git push origin --tags; fi

0 comments on commit b45e37b

Please # to comment.