chore: Test release
parent
1b2074c368
commit
a6fb96dcfb
|
@ -12,6 +12,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
|
||||||
|
- run: yarn
|
||||||
- uses: ./
|
- uses: ./
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.github_token }}
|
github-token: ${{ secrets.github_token }}
|
||||||
|
|
|
@ -12,7 +12,7 @@ async function run() {
|
||||||
|
|
||||||
// console.log()
|
// console.log()
|
||||||
|
|
||||||
core.debug(`Current version: ${JSON.stringify(octokit.context.repo)}`)
|
core.info(`Current version: ${JSON.stringify(octokit.context.repo)}`)
|
||||||
|
|
||||||
// Get the current version
|
// Get the current version
|
||||||
// const currentVersion = require('./package.json').version
|
// const currentVersion = require('./package.json').version
|
||||||
|
|
Loading…
Reference in New Issue