Skip to content

Commit

Permalink
fix: syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlangrose committed Oct 17, 2024
1 parent 7b4b3cc commit 7fda704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
on-relase:
runs-on: ubuntu-latest
needs: release-please
if: needs.release-please.outputs.release_created == 'true'
if: ${{ needs.release-please.outputs.release_created }}
name: Trigger build for pypi and upload
run: |
curl -X POST \
Expand Down

0 comments on commit 7fda704

Please sign in to comment.