fix release tag creation
This commit is contained in:
parent
15e24ad19f
commit
52d51ae5c8
1 changed files with 4 additions and 0 deletions
4
.github/workflows/release_stable.yml
vendored
4
.github/workflows/release_stable.yml
vendored
|
@ -54,6 +54,10 @@ jobs:
|
||||||
needs: check_release
|
needs: check_release
|
||||||
if: needs.check_release.outputs.exists == 'false'
|
if: needs.check_release.outputs.exists == 'false'
|
||||||
steps:
|
steps:
|
||||||
|
- name: Check out the repo
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
- name: Create repository release
|
- name: Create repository release
|
||||||
id: create_release
|
id: create_release
|
||||||
uses: elgohr/Github-Release-Action@v5
|
uses: elgohr/Github-Release-Action@v5
|
||||||
|
|
Loading…
Reference in a new issue