We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ac7e6e commit 50db160Copy full SHA for 50db160
.github/workflows/publish-npm.yml
@@ -2,12 +2,12 @@ name: Publish package to NPM
2
on:
3
release:
4
types: [published]
5
+ workflow_dispatch:
6
jobs:
7
build:
8
runs-on: ubuntu-latest
9
permissions:
10
contents: read
- packages: write
11
steps:
12
- uses: actions/checkout@v4
13
- uses: actions/setup-node@v4
.github/workflows/publish.yml
package.json
@@ -30,6 +30,6 @@
30
"typescript": "^5.8.3"
31
},
32
"publishConfig": {
33
- "registry": "https://npm.pkg.github.com"
+ "registry": "https://registry.npmjs.org"
34
}
35
0 commit comments