Skip to content

Commit

Permalink
add {{ and }} for the whole statement
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBogdan committed Nov 4, 2022
1 parent fe8dca5 commit 2239d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
build-and-publish:
name: Build and publish Python 🐍 distributions 📦 to PyPI and TestPyPI
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags') && github.ref_name == 'main' && github.event.workflow_run.conclusion == 'success'
if: startsWith(github.ref, 'refs/tags') && (github.ref_name == 'main') && (github.event.workflow_run.conclusion == 'success')
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 2239d4b

Please sign in to comment.