Skip to content

Commit

Permalink
ci: fix skip publish action (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkb79 authored Sep 26, 2023
1 parent d1ec837 commit 5e1da05
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 5e1da05

Please sign in to comment.