exp
This commit is contained in:
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)
|
||||||
|
|||||||
Reference in New Issue
Block a user