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 20ab1d6 commit f3a4224Copy full SHA for f3a4224
.github/workflows/publish.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/setup-node@v3
12
with:
13
node-version: "16.x"
14
- registry-url: "https://npm.pkg.github.com"
+ registry-url: "https://registry.npmjs.org"
15
- run: npm install
16
- run: npm run build
17
- run: npm publish
0 commit comments