Skip to content

Commit

Permalink
missing serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
MCKanpolat committed Nov 25, 2020
1 parent 055bc5b commit 8460a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ async function run(): Promise<void> {
try {
const versionIdentifier: string = core.getInput('identifier') || ''
const payloadLabels = context.payload.pull_request?.labels || []
core.debug(`Context payload => ${context.payload}`)
core.debug(`Context payload => ${JSON.stringify(context.payload)}`)
const latestVer = await getMostRecentVersionFromTags(context)
const nextVersion = increment(
latestVer.version,
Expand Down

0 comments on commit 8460a0f

Please sign in to comment.