mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
ci: use shell to git push tag for release
This commit is contained in:
8
.github/workflows/release-tip.yml
vendored
8
.github/workflows/release-tip.yml
vendored
@ -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:
|
||||
|
Reference in New Issue
Block a user