File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 33
33
token_format : access_token
34
34
workload_identity_provider : projects/1030413944741/locations/global/workloadIdentityPools/github-pool/providers/github-provider
35
35
service_account :
[email protected]
36
+ # Ref https://github.com/semantic-release/npm/pull/844
37
+ - name : Update npmrc for publish
38
+ shell : bash
39
+ run : npm config -L project @hypertrace:registry ${{ secrets.GAR_NPM_PUBLISH_REGISTRY }}
36
40
37
41
- name : Publish
38
42
run : npm run semantic-release
Original file line number Diff line number Diff line change 94
94
"type" : " git" ,
95
95
"url" :
" [email protected] :hypertrace/hyperdash-angular.git"
96
96
},
97
- "publishConfig" : {
98
- "@hypertrace:registry" : " https://us-npm.pkg.dev/hypertrace-repos/npm-publish"
99
- },
100
97
"release" : {
101
98
"branches" : [
102
99
" main"
You can’t perform that action at this time.
0 commit comments