This commit is contained in:
Stephan 2022-03-18 18:45:23 +01:00
parent 2cd8137eeb
commit 558f12143c

View File

@ -36,7 +36,7 @@ jobs:
await script.validateRelease() await script.validateRelease()
- name: Finalize GitHub release and milestone - name: Finalize GitHub release and milestone
if: github.event.inputs.dryrun == false if: !github.event.inputs.dryrun
uses: actions/github-script@v5 uses: actions/github-script@v5
with: with:
script: | script: |