File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 3333 token_format : access_token
3434 workload_identity_provider : projects/1030413944741/locations/global/workloadIdentityPools/github-pool/providers/github-provider
3535 service_account :
[email protected] 36-
36+ # Can't seem to get it to override this for publish otherwise...
37+ - name : Remove npmrc
38+ shell : bash
39+ run : rm .npmrc
3740 - name : Publish
3841 run : npm run semantic-release
3942 env :
4043 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4144 NPM_TOKEN : ${{ steps.auth.outputs.access_token }}
45+ NPM_CONFIG_REGISTRY : ${{ secrets.GAR_NPM_PUBLISH_REGISTRY }}
Original file line number Diff line number Diff line change 9494 "type" : " git" ,
9595 "url" :
" [email protected] :hypertrace/hyperdash-angular.git" 9696 },
97- "publishConfig" : {
98- "registry" : " https://us-npm.pkg.dev/hypertrace-repos/npm-publish"
99- },
10097 "release" : {
10198 "branches" : [
10299 " main"
You can’t perform that action at this time.
0 commit comments