exp
This commit is contained in:
parent
21b99568fe
commit
d77c4fdfd4
7
.github/workflows/publish-release.yml
vendored
7
.github/workflows/publish-release.yml
vendored
|
@ -2,8 +2,9 @@ name: Publish Release
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
description: 'Version'
|
version:
|
||||||
required: true
|
description: 'Version'
|
||||||
|
required: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
job:
|
job:
|
||||||
|
@ -20,5 +21,5 @@ jobs:
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const script = require('./.github/workflows/publish-release.js')
|
const script = require('./.github/workflows/publish-release.js')
|
||||||
console.log()
|
console.log(github.event.inputs.version)
|
||||||
console.log(script)
|
console.log(script)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user