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