Skip to content

Commit 3eafbbf

Browse files
committed
fix(ci): one more syntax fix, stray double-quotes
1 parent 1075528 commit 3eafbbf

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
@@ -83,7 +83,7 @@ jobs:
8383
pypi:
8484
name: upload release to PyPI
8585
needs: ['release','smoketest']
86-
if: (( github.event.inputs.dry_run != 'true' ) && ((github.ref_name == 'master') || startsWith(github.ref_name,"ci/")))
86+
if: (( github.event.inputs.dry_run != 'true' ) && ((github.ref_name == 'master') || startsWith(github.ref_name,'ci/') ))
8787
runs-on: ubuntu-latest
8888
environment: pypi
8989
permissions:

0 commit comments

Comments
 (0)