Oops, checkout already skips tag creation...

This commit is contained in:
griffi-gh 2023-05-19 03:51:32 +02:00
parent 3e34c19234
commit ae4ed5d1f5

View file

@ -59,9 +59,9 @@ jobs:
- name: Delete existing tag
continue-on-error: true
run: |
git tag -d nightly;
git push --delete origin refs/tags/nightly;
- name: Create nightly tag
continue-on-error: true
run: |
git tag nightly;
git push origin nightly;