Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
token_format: access_token
workload_identity_provider: projects/1030413944741/locations/global/workloadIdentityPools/github-pool/providers/github-provider
service_account: github-publisher@hypertrace-repos.iam.gserviceaccount.com
# Ref https://github.com/semantic-release/npm/pull/844
- name: Update npmrc for publish
shell: bash
run: npm config -L project @hypertrace:registry ${{ secrets.GAR_NPM_PUBLISH_REGISTRY }}

- name: Publish
run: npm run semantic-release
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,6 @@
"type": "git",
"url": "git@github.com:hypertrace/hyperdash-angular.git"
},
"publishConfig": {
"@hypertrace:registry": "https://us-npm.pkg.dev/hypertrace-repos/npm-publish"
},
"release": {
"branches": [
"main"
Expand Down
Loading