mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-14 03:18: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
|
- name: Delete existing tag
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
run: |
|
run: |
|
||||||
git tag -d nightly;
|
|
||||||
git push --delete origin refs/tags/nightly;
|
git push --delete origin refs/tags/nightly;
|
||||||
- name: Create nightly tag
|
- name: Create nightly tag
|
||||||
|
continue-on-error: true
|
||||||
run: |
|
run: |
|
||||||
git tag nightly;
|
git tag nightly;
|
||||||
git push origin nightly;
|
git push origin nightly;
|
||||||
|
|
Loading…
Reference in a new issue