1
0
This commit is contained in:
Stephan 2022-03-18 16:22:46 +01:00
parent 2249395b68
commit 716be074d3

View File

@ -28,4 +28,6 @@ jobs:
script: |
const scriptf = require('./.github/workflows/publish-release.js')
const script = scriptf({github, context, core})
console.log(script)
script.test()
await script.validateRelease()