mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-13 19:08:41 -06:00
Oops, checkout already skips tag creation...
This commit is contained in:
parent
7b438de4f1
commit
0edcc475ea
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue