Skip to content

Commit 50db160

Browse files
committed
fix registry
1 parent 1ac7e6e commit 50db160

File tree

3 files changed

+2
-23
lines changed

3 files changed

+2
-23
lines changed

.github/workflows/publish-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name: Publish package to NPM
22
on:
33
release:
44
types: [published]
5+
workflow_dispatch:
56
jobs:
67
build:
78
runs-on: ubuntu-latest
89
permissions:
910
contents: read
10-
packages: write
1111
steps:
1212
- uses: actions/checkout@v4
1313
- uses: actions/setup-node@v4

.github/workflows/publish.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
"typescript": "^5.8.3"
3131
},
3232
"publishConfig": {
33-
"registry": "https://npm.pkg.github.com"
33+
"registry": "https://registry.npmjs.org"
3434
}
3535
}

0 commit comments

Comments
 (0)