mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
ci: release should update tip tag
This commit is contained in:
8
.github/workflows/release-tip.yml
vendored
8
.github/workflows/release-tip.yml
vendored
@ -64,3 +64,11 @@ jobs:
|
|||||||
tag_name: tip
|
tag_name: tip
|
||||||
target_commitish: ${{ github.sha }}
|
target_commitish: ${{ github.sha }}
|
||||||
files: ghostty-macos-universal.zip
|
files: ghostty-macos-universal.zip
|
||||||
|
|
||||||
|
# Update the Release Tag
|
||||||
|
- name: Tip Tag
|
||||||
|
uses: rickstaa/action-create-tag@v1
|
||||||
|
with:
|
||||||
|
tag: "tip"
|
||||||
|
message: "Latest Continuous Release"
|
||||||
|
force_push_tag: true
|
||||||
|
Reference in New Issue
Block a user