mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-10 01:28:41 -06:00
switch to rickstaa/action-create-tag@v1
This commit is contained in:
parent
b832c9dbec
commit
6795f67481
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
|
@ -55,10 +55,11 @@ jobs:
|
||||||
- uses: actions/download-artifact@v2
|
- uses: actions/download-artifact@v2
|
||||||
with:
|
with:
|
||||||
path: ./artifacts
|
path: ./artifacts
|
||||||
- name: Move nightly tag to latest commit
|
- uses: rickstaa/action-create-tag@v1
|
||||||
run: |
|
with:
|
||||||
git tag --force --annotate nightly ${GITHUB_SHA};
|
tag: nightly
|
||||||
git push --tags --force;
|
tag_exists_error: false
|
||||||
|
force_push_tag: true
|
||||||
- name: Create zip files
|
- name: Create zip files
|
||||||
run: |
|
run: |
|
||||||
cd ./artifacts;
|
cd ./artifacts;
|
||||||
|
|
Loading…
Reference in a new issue