Skip to content

Commit

Permalink
Merge pull request #374 from appsembler/contains_flipped_fix
Browse files Browse the repository at this point in the history
Fix `contains()` flipped commands
  • Loading branch information
OmarIthawi authored Jun 14, 2021
2 parents 1d35cc1 + f36c28c commit 0c69007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
if: ${{ startsWith(github.ref, 'refs/tags') && contains('.dev', github.ref) }}
if: ${{ startsWith(github.ref, 'refs/tags') && contains(github.ref, '.dev') }}

0 comments on commit 0c69007

Please sign in to comment.