ci: release should update tip tag
parent
9b0fbde838
commit
12e9b7cda0
|
|
@ -64,3 +64,11 @@ jobs:
|
|||
tag_name: tip
|
||||
target_commitish: ${{ github.sha }}
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue