Skip to content

Commit 7b3d814

Browse files
chore: fix publish (#1296)
* chore: fix publish * chore: fix version
1 parent 1537d05 commit 7b3d814

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,3 @@ jobs:
3939
env:
4040
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4141
NPM_TOKEN: ${{ steps.auth.outputs.access_token }}
42-
NPM_CONFIG_REGISTRY: ${{ secrets.GAR_NPM_PUBLISH_REGISTRY }}

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@
9494
"type": "git",
9595
"url": "[email protected]:hypertrace/hyperdash-angular.git"
9696
},
97+
"publishConfig": {
98+
"registry": "https://us-npm.pkg.dev/hypertrace-repos/npm-publish"
99+
},
97100
"release": {
98101
"branches": [
99102
"main"

0 commit comments

Comments
 (0)