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 cc5cb52 commit 06584b2Copy full SHA for 06584b2
.github/workflows/publish.yml
@@ -25,6 +25,5 @@ jobs:
25
run: npm run semantic-release
26
env:
27
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28
- NPM_USERNAME: ${{ secrets.HAR_PUBLISH_USER }}
29
- NPM_PASSWORD: ${{ secrets.HAR_PUBLISH_TOKEN }}
30
- NPM_EMAIL: ${{ secrets.HAR_PUBLISH_USER }}
+ NPM_TOKEN: ${{ secrets.HAR_PUBLISH_TOKEN }}
+ NPM_CONFIG_REGISTRY: ${{ secrets.HAR_NPM_REGISTRY }}
package.json
@@ -123,9 +123,6 @@
123
"type": "git",
124
"url": "[email protected]:hypertrace/hyperdash.git"
125
},
126
- "publishConfig": {
127
- "registry": "https://hypertrace.jfrog.io/artifactory/api/npm/npm/"
128
- },
129
"release": {
130
"branches": [
131
"main"
0 commit comments