Skip to content

Commit 70b9426

Browse files
committed
feat: switch registry to github
1 parent c5791fb commit 70b9426

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,4 @@ jobs:
8787
- run: npm run semantic-release
8888
env:
8989
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
90-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
90+
NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"typings": "dist/types/workflow.d.ts",
99
"private": false,
1010
"publishConfig": {
11+
"registry": "https://npm.pkg.github.com/",
1112
"access": "public"
1213
},
1314
"files": [

0 commit comments

Comments
 (0)