ci: release should update tip tag

pull/52/head
Mitchell Hashimoto 2022-11-21 09:44:06 -08:00
parent 9b0fbde838
commit 12e9b7cda0
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
1 changed files with 8 additions and 0 deletions

View File

@ -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