exp
This commit is contained in:
parent
786c441206
commit
7bc1195651
2
.github/workflows/publish-release.yml
vendored
2
.github/workflows/publish-release.yml
vendored
|
@ -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 }}
|
if: ${{ github.event.inputs.dryrun == 'false' }}
|
||||||
uses: actions/github-script@v5
|
uses: actions/github-script@v5
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
|
|
Loading…
Reference in New Issue
Block a user