mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 03:57:27 +00:00
fixes contain statement - missed a comma
This commit is contained in:
parent
2085e14f24
commit
45b6a09067
1 changed files with 1 additions and 1 deletions
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 }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue