File tree Expand file tree Collapse file tree 5 files changed +179
-14
lines changed Expand file tree Collapse file tree 5 files changed +179
-14
lines changed Original file line number Diff line number Diff line change 80
80
env :
81
81
NX_CLOUD_DISTRIBUTED_EXECUTION : false
82
82
83
+ - run : pnpm pkg-pr-new publish './packages/*' './packages/sdk-effects/*' --packageManager=pnpm
84
+
83
85
- name : build docs
84
86
run : pnpm generate-docs
85
87
Original file line number Diff line number Diff line change 83
83
NPM_CONFIG_PROVENANCE : ' true'
84
84
NPM_TOKEN : ${{ secrets.NPM_ACCESS_TOKEN }}
85
85
86
+ - run : pnpm pkg-pr-new publish './packages/*' './packages/sdk-effects/*' --packageManager=pnpm --comment=off
87
+ if : steps.changesets.outputs.published == 'false'
88
+
86
89
- name : Send GitHub Action data to a Slack workflow
87
90
if : steps.changesets.outputs.published == 'true'
88
91
Original file line number Diff line number Diff line change 1
- [ ![ Build Status] ( https://github.com/ForgeRock/ping-javascript-sdk/actions/workflows/ci.yaml/badge.svg )] ( https://github.com/ForgeRock/ping-javascript-sdk/actions/workflows/ci.yaml )
1
+ [ ![ pkg.pr.new] ( https://pkg.pr.new/badge/OWNER/REPO )] ( https://pkg.pr.new/~/ForgeRock/ping-javascript-sdk )
2
+ [ ![ Build Status] ( https://github.com/ForgeRock/ping-javascript-sdk/actions/workflows/ci.yaml/badge.svg )] ( https://github.com/ForgeRock/ping-javascript-sdk/actions/workflows/ci.yml )
2
3
3
4
<p align =" center " >
4
5
<a href =" https://github.com/ForgeRock/ping-javascript-sdk " >
Original file line number Diff line number Diff line change 102
102
"lint-staged" : " ^15.0.0" ,
103
103
"madge" : " 8.0.0" ,
104
104
"nx" : " 21.2.3" ,
105
+ "pkg-pr-new" : " 0.0.59" ,
105
106
"playwright" : " ^1.47.2" ,
106
107
"prettier" : " ^3.2.5" ,
107
108
"shx" : " ^0.4.0" ,
You can’t perform that action at this time.
0 commit comments