Skip to content

Commit

Permalink
Fix multiline run in action yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jadchaar committed Dec 30, 2021
1 parent 979d08e commit b07db5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
FLIT_INDEX_URL: https://upload.pypi.org/legacy/
FLIT_USERNAME: jadchaar
FLIT_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
run:
run: |
echo $FLIT_INDEX_URL
echo $FLIT_USERNAME
echo $FLIT_PASSWORD
Expand Down

0 comments on commit b07db5f

Please sign in to comment.