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 fc12cca commit 7f0ebb5Copy full SHA for 7f0ebb5
.release.yml
@@ -9,8 +9,8 @@ hooks:
9
preRelease:
10
- yarn version --new-version $(./go-semantic-release next)
11
- echo //registry.npmjs.org/:_authToken=$NPM_TOKEN >> ~/.npmrc
12
- - yarn publish
+ - yarn publish dist
13
- rm ~/.npmrc
14
- yarn config set registry https://npm.pkg.github.com/@Nightapes/
15
- echo "//npm.pkg.github.com/@Nightapes/:_authToken=$GITHUB_PAT" >> ~/.npmrc
16
- - yarn publish --verbose
0 commit comments