mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-06 13:27:49 +00: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
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user