mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-09 17:18:41 -06:00
hack: move tag before release
This commit is contained in:
parent
7e08d2a4c1
commit
b832c9dbec
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -55,6 +55,10 @@ jobs:
|
|||
- uses: actions/download-artifact@v2
|
||||
with:
|
||||
path: ./artifacts
|
||||
- name: Move nightly tag to latest commit
|
||||
run: |
|
||||
git tag --force --annotate nightly ${GITHUB_SHA};
|
||||
git push --tags --force;
|
||||
- name: Create zip files
|
||||
run: |
|
||||
cd ./artifacts;
|
||||
|
|
Loading…
Reference in a new issue