fix release tag creation

This commit is contained in:
Jean-Christian Denis 2024-11-28 18:23:34 +01:00
parent 15e24ad19f
commit 52d51ae5c8
Signed by: JcDenis
GPG key ID: 1B5B8C5B90B6C951

View file

@ -54,6 +54,10 @@ jobs:
needs: check_release
if: needs.check_release.outputs.exists == 'false'
steps:
- name: Check out the repo
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Create repository release
id: create_release
uses: elgohr/Github-Release-Action@v5