Skip to content

Commit 06584b2

Browse files
ci: fix breaking publish changes (#927)
1 parent cc5cb52 commit 06584b2

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,5 @@ jobs:
2525
run: npm run semantic-release
2626
env:
2727
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 }}
28+
NPM_TOKEN: ${{ secrets.HAR_PUBLISH_TOKEN }}
29+
NPM_CONFIG_REGISTRY: ${{ secrets.HAR_NPM_REGISTRY }}

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,6 @@
123123
"type": "git",
124124
"url": "[email protected]:hypertrace/hyperdash.git"
125125
},
126-
"publishConfig": {
127-
"registry": "https://hypertrace.jfrog.io/artifactory/api/npm/npm/"
128-
},
129126
"release": {
130127
"branches": [
131128
"main"

0 commit comments

Comments
 (0)