From 12e9b7cda0a0a7aeaaf8aad8d70524f659868334 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 21 Nov 2022 09:44:06 -0800 Subject: [PATCH] ci: release should update tip tag --- .github/workflows/release-tip.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/release-tip.yml b/.github/workflows/release-tip.yml index 923a44610..c744dd2cc 100644 --- a/.github/workflows/release-tip.yml +++ b/.github/workflows/release-tip.yml @@ -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