mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-21 14:28:43 -06:00
Oops, checkout already skips tag creation...
This commit is contained in:
parent
3e34c19234
commit
ae4ed5d1f5
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