We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4816024 commit 287bb5fCopy full SHA for 287bb5f
.github/workflows/publish.yml
@@ -39,6 +39,7 @@ jobs:
39
40
- name: Configure .npmrc
41
run: |
42
+ echo "@zendrex:registry=https://npm.pkg.github.com" > ~/.npmrc
43
echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" >> ~/.npmrc
44
echo "always-auth=true" >> ~/.npmrc
45
package.json
@@ -70,5 +70,8 @@
70
"reflection",
71
"annotation",
72
"interceptor"
73
- ]
+ ],
74
+ "publishConfig": {
75
+ "registry": "https://npm.pkg.github.com/"
76
+ }
77
}
0 commit comments