Skip to content

Commit

Permalink
fix: Only publish to public registry.
Browse files Browse the repository at this point in the history
  • Loading branch information
amanda-mitchell committed Jan 20, 2021
1 parent 144de67 commit e0e3841
Show file tree
Hide file tree
Showing 3 changed files with 143 additions and 75 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ jobs:
env:
DEPENDABOT_TOKEN: ${{ secrets.PRIVATE_PACKAGE_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_NPM_CONFIG_REGISTRY: https://npm.pkg.github.com/
PUBLIC_NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
PUBLIC_NPM_CONFIG_REGISTRY: https://registry.npmjs.org/
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_CONFIG_REGISTRY: https://registry.npmjs.org/
run: yarn semantic-release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"please-upgrade-node": "^3.1.1"
},
"devDependencies": {
"@amanda-mitchell/node-project-scripts": "^2.31.0",
"@amanda-mitchell/node-project-scripts": "^2.33.1",
"eslint-plugin-import": "^2.22.1",
"jest": "^26.6.3",
"typescript": "^4.1.3"
Expand Down
Loading

0 comments on commit e0e3841

Please sign in to comment.