Skip to content

Commit

Permalink
style: linting release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mkb79 committed Sep 26, 2023
1 parent 828beb7 commit e0b65e9
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 @@ -75,7 +75,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

pypi-publish:
if: !contains(github.event.pull_request.labels.*.name, 'skip-publish')
if: !contains(github.event.pull_request.labels.*.name , 'skip-publish')
needs: release
environment:
name: publish
Expand Down

0 comments on commit e0b65e9

Please sign in to comment.