Skip to content

Commit e81a028

Browse files
committed
fix: linter issue
1 parent a472a28 commit e81a028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

merge-release-run.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const run = async () => {
6161
exec(`git checkout package.json`) // cleanup
6262
exec(`git tag ${newVersion}`)
6363
exec(`echo "::set-output name=version::${newVersion}"`) // set action event.{STEP_ID}.output.version
64-
64+
6565
/*
6666
const env = process.env
6767
const remote = `https://${env.GITHUB_ACTOR}:${env.GITHUB_TOKEN}@github.com/${env.GITHUB_REPOSITORY}.git`

0 commit comments

Comments
 (0)