Skip to content

Commit 287bb5f

Browse files
committed
maybe fixed, last attempt for now
1 parent 4816024 commit 287bb5f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939

4040
- name: Configure .npmrc
4141
run: |
42+
echo "@zendrex:registry=https://npm.pkg.github.com" > ~/.npmrc
4243
echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" >> ~/.npmrc
4344
echo "always-auth=true" >> ~/.npmrc
4445

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,8 @@
7070
"reflection",
7171
"annotation",
7272
"interceptor"
73-
]
73+
],
74+
"publishConfig": {
75+
"registry": "https://npm.pkg.github.com/"
76+
}
7477
}

0 commit comments

Comments
 (0)