Skip to content

Commit

Permalink
feat: switch registry to github
Browse files Browse the repository at this point in the history
  • Loading branch information
sammarks committed Dec 22, 2020
1 parent c5791fb commit 70b9426
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ jobs:
- run: npm run semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"typings": "dist/types/workflow.d.ts",
"private": false,
"publishConfig": {
"registry": "https://npm.pkg.github.com/",
"access": "public"
},
"files": [
Expand Down

0 comments on commit 70b9426

Please sign in to comment.