ci: release should update tip tag

This commit is contained in:
Mitchell Hashimoto
2022-11-21 09:44:06 -08:00
parent 9b0fbde838
commit 12e9b7cda0

View File

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