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
|
# 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:
|
||||||
|
Reference in New Issue
Block a user