remove if statement

This commit is contained in:
Eric Fennis
2021-05-23 13:57:05 +02:00
parent 8ab0d4d739
commit 846d303345

View File

@@ -29,7 +29,6 @@ jobs:
run: VERSION_REF=${{ github.event.inputs.version }}
- name: Get the version
if: ${{ github.ref == 'refs/tags/*' }}
id: get_version
run: echo ::set-output name=VERSION::${VERSION_REF/refs\/tags\/\v}