Skip to content

Commit

Permalink
Fix conditional.
Browse files Browse the repository at this point in the history
  • Loading branch information
lohedges committed May 15, 2023
1 parent 7e7232b commit f2ec932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ jobs:
env:
ANACONDA_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
ANACONDA_LABEL: main
if: {{ inputs.upload_packages }}
if: ${{ inputs.upload_packages }}

0 comments on commit f2ec932

Please sign in to comment.