Fix version normalization.

This commit is contained in:
/dev/urandom 2020-10-27 23:48:09 +01:00
parent f0b0138be2
commit 5b16d1245e
No known key found for this signature in database
GPG Key ID: 41322B973E0F295E

View File

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