exp
This commit is contained in:
parent
b7b967f078
commit
2249395b68
13
.github/workflows/publish-release.yml
vendored
13
.github/workflows/publish-release.yml
vendored
|
@ -26,13 +26,6 @@ jobs:
|
||||||
uses: actions/github-script@v5
|
uses: actions/github-script@v5
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const script = require('./.github/workflows/publish-release.js')
|
const scriptf = require('./.github/workflows/publish-release.js')
|
||||||
console.log('VERSION')
|
const script = scriptf({github, context, core})
|
||||||
console.log(context.payload.inputs.version)
|
await script.validateRelease()
|
||||||
console.log('SCRIPT')
|
|
||||||
console.log(script)
|
|
||||||
const f = await script({github, context, core})
|
|
||||||
console.log('F')
|
|
||||||
console.log(f)
|
|
||||||
console.log('EXECUTE')
|
|
||||||
f.test()
|
|
Loading…
Reference in New Issue
Block a user