chore: Test release

releases/v3
Tycho Bokdam 2019-10-18 09:53:31 +02:00
parent 1b2074c368
commit a6fb96dcfb
No known key found for this signature in database
GPG Key ID: A0FAE77C8CDF33C7
2 changed files with 2 additions and 1 deletions

View File

@ -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 }}

View File

@ -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