chore: Fixes Build Tool Release Tag (#2396)

This commit is contained in:
Kamron Batman 2026-03-28 22:39:11 -07:00 committed by GitHub
parent 6f80a91fbf
commit aa6932739f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -67,6 +67,13 @@ jobs:
contents: write
steps:
- uses: actions/checkout@v6
- name: Move tag to current commit
run: |
git tag -f build-tool-latest
git push origin build-tool-latest --force
- name: Download all artifacts
uses: actions/download-artifact@v8
with: