workflows
This commit is contained in:
parent
ec31429680
commit
04709bd512
2 changed files with 13 additions and 20 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
|
||||
- name: Get the version
|
||||
id: get_version
|
||||
run: echo ::set-output name=version::${GITHUB_REF#refs/tags/Pre}
|
||||
run: echo ::set-output name=version::${GITHUB_REF#refs/tags/}
|
||||
|
||||
- name: Set the version
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue