Skip to content

Commit fa904e2

Browse files
committed
fix: back to npm
1 parent 075d5e7 commit fa904e2

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/main.yml

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

package.json

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

0 commit comments

Comments
 (0)