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.
2 parents ef90e48 + db91e6a commit 59dc5c9Copy full SHA for 59dc5c9
.github/workflows/master.yml
@@ -15,7 +15,7 @@ jobs:
15
uses: actions/setup-node@v1
16
with:
17
node-version: '16.x'
18
- registry-url: 'https://npm.pkg.github.com'
+ registry-url: 'https://registry.npmjs.org'
19
20
- run: npm ci
21
@@ -31,4 +31,4 @@ jobs:
31
uses: cycjimmy/semantic-release-action@v2
32
env:
33
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34
- NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
package.json
@@ -9,7 +9,7 @@
9
"url": "git://github.com/sourceallies/rtl-mock-component.git"
10
},
11
"publishConfig": {
12
- "registry": "https://npm.pkg.github.com"
+ "registry": "https://registry.npmjs.org"
13
14
"files": [
"dist",
0 commit comments