File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -54,19 +54,19 @@ jobs:
54
54
- uses : actions/setup-node@v4
55
55
with :
56
56
node-version : 18
57
-
57
+
58
58
- uses : pnpm/action-setup@v3
59
59
with :
60
- version : 8
60
+ version : 9
61
61
- run : pnpm install --frozen-lockfile
62
-
62
+
63
63
- name : " Generate Explanation and Prep Changelogs"
64
64
id : explanation
65
65
run : |
66
66
set +e
67
-
67
+
68
68
pnpm release-plan prepare 2> >(tee -a release-plan-stderr.txt >&2)
69
-
69
+
70
70
71
71
if [ $? -ne 0 ]; then
72
72
echo 'text<<EOF' >> $GITHUB_OUTPUT
Original file line number Diff line number Diff line change @@ -49,14 +49,14 @@ jobs:
49
49
node-version : 18
50
50
# This creates an .npmrc that reads the NODE_AUTH_TOKEN environment variable
51
51
registry-url : ' https://registry.npmjs.org'
52
-
52
+
53
53
- uses : pnpm/action-setup@v3
54
54
with :
55
- version : 8
55
+ version : 9
56
56
- run : pnpm install --frozen-lockfile
57
57
- name : npm publish
58
58
run : pnpm release-plan publish
59
-
59
+
60
60
env :
61
61
GITHUB_AUTH : ${{ secrets.GITHUB_TOKEN }}
62
62
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 19
19
- uses : actions/checkout@v4
20
20
- uses : pnpm/action-setup@v3
21
21
with :
22
- version : 8
22
+ version : 9
23
23
- uses : actions/setup-node@v4
24
24
with :
25
25
node-version : 18
You can’t perform that action at this time.
0 commit comments