mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-12 03:05:01 +00:00
fixes contain statement - missed a comma
This commit is contained in:
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user