hack: move tag before release

This commit is contained in:
griffi-gh 2023-05-19 02:44:15 +02:00
parent 7e08d2a4c1
commit b832c9dbec

View file

@ -55,6 +55,10 @@ jobs:
- uses: actions/download-artifact@v2
with:
path: ./artifacts
- name: Move nightly tag to latest commit
run: |
git tag --force --annotate nightly ${GITHUB_SHA};
git push --tags --force;
- name: Create zip files
run: |
cd ./artifacts;