From 786c4412069526051cbbce6a87e76a63aa64f1e7 Mon Sep 17 00:00:00 2001 From: Stephan Date: Fri, 18 Mar 2022 18:48:12 +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 3b5fe7b..846576a 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 + if: ${{ !github.event.inputs.dryrun }} uses: actions/github-script@v5 with: script: |