ci: use shell to git push tag for release

pull/80/head
Mitchell Hashimoto 2023-02-19 11:29:09 -08:00
parent a719095158
commit 9c0eb01393
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
1 changed files with 3 additions and 5 deletions

View File

@ -53,11 +53,9 @@ jobs:
# Update the Release Tag
- name: Tip Tag
uses: rickstaa/action-create-tag@v1
with:
tag: "tip"
message: "Latest Continuous Release"
force_push_tag: true
run: |
git tag -fa tip -m "Latest Continuous Release" ${GITHUB_SHA}
git push --force origin tip
- name: Codesign app bundle
env: