Skip to content
This repository was archived by the owner on Apr 13, 2021. It is now read-only.

Commit edc6ef9

Browse files
authored
Merge pull request #51 from priestine/dev
style: fix formatting
2 parents 91f5644 + df4e50f commit edc6ef9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/middleware/publish-tag-if-required.middleware.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ export function publishTagIfRequired({ intermediate }: SemanticsCtx) {
1515
const origin = execSync('git config --get remote.origin.url', { encoding: 'utf8' });
1616
const branch = execSync('git rev-parse --abbrev-ref HEAD', { encoding: 'utf8' });
1717

18-
1918
if (!origin.includes('@')) {
2019
if (!intermediate.password) {
2120
Log.error('Private token not specified');

0 commit comments

Comments
 (0)