Skip to content

Commit

Permalink
more debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
MCKanpolat committed Nov 25, 2020
1 parent 97380e7 commit 931dbfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ async function run(context: Context = github.context): Promise<void> {
try {
const versionIdentifier: string = core.getInput('identifier') || ''
const payloadLabels = context.payload.pull_request?.labels || []
core.debug(`Context payload => ${context.payload}`)
const latestVer = await getMostRecentVersionFromTags(context)
const nextVersion = increment(
latestVer.version,
Expand Down

0 comments on commit 931dbfa

Please sign in to comment.