diff --git a/.release.yml b/.release.yml index 60930d5..ac7c3ce 100644 --- a/.release.yml +++ b/.release.yml @@ -11,7 +11,3 @@ hooks: - yarn build - echo //registry.npmjs.org/:_authToken=$NPM_TOKEN >> ~/.npmrc - yarn publish dist - - rm ~/.npmrc - - yarn config set registry https://npm.pkg.github.com/@Nightapes/ - - echo "//npm.pkg.github.com/@Nightapes/:_authToken=$GITHUB_PAT" >> ~/.npmrc - - yarn publish dist