From 558f12143c6d6d60690acb291cf64a863e12c2d0 Mon Sep 17 00:00:00 2001 From: Stephan Date: Fri, 18 Mar 2022 18:45:23 +0100 Subject: [PATCH] exp --- .github/workflows/publish-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 3ed2917..3b5fe7b 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -36,7 +36,7 @@ jobs: await script.validateRelease() - name: Finalize GitHub release and milestone - if: github.event.inputs.dryrun == false + if: !github.event.inputs.dryrun uses: actions/github-script@v5 with: script: |