From 5e1da05eb7c884cb101537efbb1f13925f33fc84 Mon Sep 17 00:00:00 2001 From: mkb79 Date: Tue, 26 Sep 2023 23:22:08 +0200 Subject: [PATCH] ci: fix skip publish action (#200) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bf59523f..063fcc5f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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