We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2864a21 commit eb25d98Copy full SHA for eb25d98
appveyor.yml
@@ -65,7 +65,7 @@ for:
65
Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:NODE_PRE_GYP_GITHUB_TOKEN):[email protected]`n"
66
git config --global user.email "[email protected]"
67
git config --global user.name "MatthD"
68
- node-pre-gyp-github publish --release
+ node-pre-gyp-github publish
69
if ($env:publish_to_npm){
70
npm publish
71
}
0 commit comments