chore: Fixes Build Tool Release Tag (#2396)
This commit is contained in:
parent
6f80a91fbf
commit
aa6932739f
1 changed files with 7 additions and 0 deletions
7
.github/workflows/build-tool-release.yml
vendored
7
.github/workflows/build-tool-release.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue