Compare commits
3 Commits
2cd8137eeb
...
br0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7bc1195651 | ||
|
|
786c441206 | ||
|
|
558f12143c |
2
.github/workflows/publish-release.yml
vendored
2
.github/workflows/publish-release.yml
vendored
@@ -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 == 'false' }}
|
||||
uses: actions/github-script@v5
|
||||
with:
|
||||
script: |
|
||||
|
||||
Reference in New Issue
Block a user