This commit is contained in:
Stephan 2022-03-18 18:48:12 +01:00
parent 558f12143c
commit 786c441206

View File

@ -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: |