Skip to content

Commit 682a121

Browse files
committed
ci(release): fix wrong quotation in github action
1 parent 86e1b79 commit 682a121

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: List
3636
run: tree
3737
- name: Publish to PyPI
38-
if: ${{! contains(github.ref_name, "+UEPatch")}}
38+
if: ${{ !contains(github.ref_name, '+UEPatch')}}
3939
uses: pypa/gh-action-pypi-publish@release/v1.12
4040
- name: Create release
4141
env:

0 commit comments

Comments
 (0)