Skip to content

Commit 3d83957

Browse files
author
psadi
committed
ci: auto commit tip tag
1 parent e51234f commit 3d83957

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,14 @@ jobs:
9494
overwrite: true
9595
file_glob: true
9696

97+
- name: Tip Tag
98+
if: ${{ github.event_name == 'schedule' && github.ref_name == 'main' }}
99+
run: |
100+
git config user.name "github-actions[bot]"
101+
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
102+
git tag -fa tip -m "Latest Continuous Release" ${GITHUB_SHA}
103+
git push --force origin tip
104+
97105
- name: Ghostty Tip ("Nightly")
98106
if: ${{ github.event_name == 'schedule' && github.ref_name == 'main' }}
99107
uses: softprops/[email protected]

0 commit comments

Comments
 (0)