exp
This commit is contained in:
parent
863aefcc9d
commit
fa0c7b9ac1
12
.github/workflows/publish-release.yml
vendored
12
.github/workflows/publish-release.yml
vendored
|
@ -36,4 +36,14 @@ jobs:
|
||||||
await script.validateRelease()
|
await script.validateRelease()
|
||||||
// rest should be in a different step
|
// rest should be in a different step
|
||||||
// await script.publishRelease()
|
// await script.publishRelease()
|
||||||
// await script.closeMilestone()
|
// await script.closeMilestone()
|
||||||
|
|
||||||
|
- name: Finalize GitHub release and milestone
|
||||||
|
if: github.event.inputs.dryrun == false
|
||||||
|
uses: actions/github-script@v5
|
||||||
|
with:
|
||||||
|
script: |
|
||||||
|
const scriptf = require('./.github/workflows/publish-release.js')
|
||||||
|
const script = scriptf({github, context, core})
|
||||||
|
//await script.publishRelease()
|
||||||
|
//await script.closeMilestone()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user