fix(worflow): fix step title
This commit is contained in:
parent
1917eeb3ca
commit
d926e3d3f1
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ jobs:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Upload binary as generic package and create a release
|
- name: move v0 tag
|
||||||
run: |
|
run: |
|
||||||
set -e
|
set -e
|
||||||
git tag -f v0
|
git tag -f v0
|
||||||
|
|
Loading…
Reference in a new issue