diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6238c90..0972f6b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,6 +12,7 @@ jobs: steps: - uses: actions/checkout@v1 + - run: yarn - uses: ./ with: github-token: ${{ secrets.github_token }} diff --git a/src/index.js b/src/index.js index 5135af1..1986041 100644 --- a/src/index.js +++ b/src/index.js @@ -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