Skip to content

Commit

Permalink
fix: missing build for prefix typo update
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel committed Feb 25, 2023
1 parent 2b5253c commit e299d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31065,7 +31065,7 @@ async function main () {
core.exportVariable('next', `${prefix}v${version}`)
core.exportVariable('nextStrict', `${prefix}${version}`)

core.setOutput('next', `${version}v${version}`)
core.setOutput('next', `${prefix}v${version}`)
core.setOutput('nextStrict', `${prefix}${version}`)
core.setOutput('nextMajor', `${prefix}v${semver.major(version)}`)
core.setOutput('nextMajorStrict', `${prefix}${semver.major(version)}`)
Expand Down

0 comments on commit e299d4a

Please sign in to comment.