Skip to content

Commit

Permalink
fix cond variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mikel.brostrom committed Mar 6, 2024
1 parent c48c261 commit 55b7827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
env:
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}
run: |
if [ "${{ github.event.inputs.repository }}" == "pypi" ]; then
if [ "${{ github.event.inputs.pypi }}" == "pypi" ]; then
poetry publish
else
poetry config repositories.testpypi https://test.pypi.org/legacy/
Expand Down

0 comments on commit 55b7827

Please sign in to comment.