workflows

This commit is contained in:
Xikaro 2023-12-14 19:00:43 +05:00
parent ec31429680
commit 04709bd512
2 changed files with 13 additions and 20 deletions

View file

@ -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: |