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
6 changes: 1 addition & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,9 @@ 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
# Can't seem to get it to override this for publish otherwise...
- name: Remove npmrc
shell: bash
run: rm .npmrc

- name: Publish
run: npm run semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ steps.auth.outputs.access_token }}
NPM_CONFIG_REGISTRY: ${{ secrets.GAR_NPM_PUBLISH_REGISTRY }}
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@
"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