Skip to content

Commit

Permalink
automation: fix: yaml typing
Browse files Browse the repository at this point in the history
  • Loading branch information
jesteria committed Oct 24, 2023
1 parent 3b53371 commit 92e0e5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
- name: Check PyPI token secret
env:
PYPI_TOKEN: ${{ secrets.pypi_token }}
run: [ -n "$PYPI_TOKEN" ]
run: |
[ -n "$PYPI_TOKEN" ]
- name: Configure publishing changeset author
env:
Expand Down

0 comments on commit 92e0e5c

Please sign in to comment.