Skip to content

Commit 882ff69

Browse files
committed
fix(): test
1 parent 4968c4b commit 882ff69

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_semantic-release/npm-post-publish-hook.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,13 @@ Tag a version manually or define "fallbackTags".`, 'ENODISTTAG'))
5151
return publishPlaystore({version, data}).then(()=>({version, data}))
5252
})
5353
.then(({version, data})=>{
54+
console.log(data.versions[version].gitHead)
5455
cb(null, {
5556
version,
5657
gitHead: data.versions[version].gitHead,
5758
get tag () {
5859
npmlog.warn('deprecated', 'tag will be removed with the next major release')
60+
console.log(npm.tag)
5961
return npm.tag
6062
}
6163
})})

0 commit comments

Comments
 (0)