fixes contain statement - missed a comma

This commit is contained in:
Andrew Welker
2020-05-13 10:41:27 -06:00
parent 2085e14f24
commit 45b6a09067

View File

@@ -84,8 +84,8 @@ jobs:
git push --tags origin
- name: Create Release
id: create_release
if: ${{contains('rc' env.VERSION)}}
# using contributor's version to allow for pointing at the right commit
if: ${{contains('rc', env.VERSION)}}
uses: fleskesvor/create-release@feature/support-target-commitish
with:
tag_name: ${{ env.VERSION }}