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 1537d05 commit 7b3d814Copy full SHA for 7b3d814
.github/workflows/publish.yml
@@ -39,4 +39,3 @@ jobs:
39
env:
40
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41
NPM_TOKEN: ${{ steps.auth.outputs.access_token }}
42
- NPM_CONFIG_REGISTRY: ${{ secrets.GAR_NPM_PUBLISH_REGISTRY }}
package.json
@@ -94,6 +94,9 @@
94
"type": "git",
95
"url": "[email protected]:hypertrace/hyperdash-angular.git"
96
},
97
+ "publishConfig": {
98
+ "registry": "https://us-npm.pkg.dev/hypertrace-repos/npm-publish"
99
+ },
100
"release": {
101
"branches": [
102
"main"
0 commit comments