ci: use shell to git push tag for release

This commit is contained in:
Mitchell Hashimoto
2023-02-19 11:29:09 -08:00
parent a719095158
commit 9c0eb01393

View File

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