From a6fb96dcfba02edebcccfb1a7ec9ead798ee1a33 Mon Sep 17 00:00:00 2001 From: Tycho Bokdam Date: Fri, 18 Oct 2019 09:53:31 +0200 Subject: [PATCH] chore: Test release --- .github/workflows/main.yml | 1 + src/index.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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