Skip to content

Commit

Permalink
Fix if expression
Browse files Browse the repository at this point in the history
  • Loading branch information
manicmaniac committed Apr 22, 2023
1 parent c013fee commit a4ab98d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -73,7 +73,7 @@ jobs:
with:
path: wheelhouse/arc4-*-manylinux*.whl
deploy:
if: ${{ github.event_name == 'push' || !github.event.inputs.dry-run }}
if: ${{ github.event_name == 'push' || github.event.inputs.dry-run != 'true' }}
needs:
- build-sdist
- build-wheels
Expand Down

0 comments on commit a4ab98d

Please sign in to comment.