There was an error while loading. Please reload this page.
1 parent 86e1b79 commit 682a121Copy full SHA for 682a121
1 file changed
.github/workflows/release.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: List
36
run: tree
37
- name: Publish to PyPI
38
- if: ${{! contains(github.ref_name, "+UEPatch")}}
+ if: ${{ !contains(github.ref_name, '+UEPatch')}}
39
uses: pypa/gh-action-pypi-publish@release/v1.12
40
- name: Create release
41
env:
0 commit comments