Remove extraneous comment

This commit is contained in:
Ross Anderson 2021-12-08 19:24:52 -08:00
parent a4bdccbef0
commit ce0fadf776
1 changed files with 0 additions and 1 deletions

View File

@ -181,7 +181,6 @@ const workspace = process.env.GITHUB_WORKSPACE;
await runInWorkspace('git', ['push', remoteRepo, '--tags']);
}
} else {
// skip-tag: true, so we push without pushing tags.
if (process.env['INPUT_SKIP-PUSH'] !== 'true') {
await runInWorkspace('git', ['push', remoteRepo]);
}