mirror of
https://github.com/XLabsProject/iw6x-client.git
synced 2023-08-02 15:02:12 +02:00
Fix version normalization.
This commit is contained in:
parent
f0b0138be2
commit
5b16d1245e
1
.github/workflows/draft-new-release.yml
vendored
1
.github/workflows/draft-new-release.yml
vendored
@ -17,6 +17,7 @@ jobs:
|
||||
- name: Normalize version
|
||||
id: normalize_version
|
||||
run: |
|
||||
version="${{ github.event.inputs.version }}"
|
||||
version="v${version#v}"
|
||||
echo "::set-output name=version::$version"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user