We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a472a28 commit e81a028Copy full SHA for e81a028
merge-release-run.js
@@ -61,7 +61,7 @@ const run = async () => {
61
exec(`git checkout package.json`) // cleanup
62
exec(`git tag ${newVersion}`)
63
exec(`echo "::set-output name=version::${newVersion}"`) // set action event.{STEP_ID}.output.version
64
-
+
65
/*
66
const env = process.env
67
const remote = `https://${env.GITHUB_ACTOR}:${env.GITHUB_TOKEN}@github.com/${env.GITHUB_REPOSITORY}.git`
0 commit comments