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 32e991d commit 88967a1Copy full SHA for 88967a1
.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://registry.npmjs.org"
+ registry-url: "https://npm.pkg.github.com"
15
- run: npm install
16
- run: npm run build
17
- run: npm publish
0 commit comments