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 860082a commit c517f0fCopy full SHA for c517f0f
.github/workflows/nodejs.yml
@@ -43,6 +43,7 @@ jobs:
43
runs-on: ubuntu-latest
44
permissions:
45
contents: write
46
+ packages: write
47
steps:
48
- uses: actions/checkout@v3
49
- name: Use Node.js 14
@@ -57,4 +58,5 @@ jobs:
57
58
run: yarn semantic-release
59
env:
60
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
61
+ NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
62
+ NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
package.json
@@ -14,7 +14,7 @@
14
"types": "lib/index.d.ts",
15
"repository": "[email protected]:tensor-hq/react-relay-network-modern.git",
16
"publishConfig": {
17
- "access": "public"
+ "registry": "https://npm.pkg.github.com"
18
},
19
"keywords": [
20
"relay",
0 commit comments