Remove extraneous comment
This commit is contained in:
parent
a4bdccbef0
commit
ce0fadf776
1
index.js
1
index.js
|
@ -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]);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue