File tree 2 files changed +3
-12
lines changed
2 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 37
37
needs : check-plan
38
38
permissions :
39
39
contents : write
40
+ issues : read
40
41
pull-requests : write
41
42
outputs :
42
43
explanation : ${{ steps.explanation.outputs.text }}
@@ -54,19 +55,13 @@ jobs:
54
55
- uses : actions/setup-node@v4
55
56
with :
56
57
node-version : 18
57
-
58
- - uses : pnpm/action-setup@v3
59
- with :
60
- version : 8
58
+ - uses : pnpm/action-setup@v4
61
59
- run : pnpm install --frozen-lockfile
62
-
63
60
- name : " Generate Explanation and Prep Changelogs"
64
61
id : explanation
65
62
run : |
66
63
set +e
67
-
68
64
pnpm release-plan prepare 2> >(tee -a release-plan-stderr.txt >&2)
69
-
70
65
71
66
if [ $? -ne 0 ]; then
72
67
echo 'text<<EOF' >> $GITHUB_OUTPUT
Original file line number Diff line number Diff line change @@ -49,14 +49,10 @@ 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
-
53
- - uses : pnpm/action-setup@v3
54
- with :
55
- version : 8
52
+ - uses : pnpm/action-setup@v4
56
53
- run : pnpm install --frozen-lockfile
57
54
- name : npm publish
58
55
run : pnpm release-plan publish
59
-
60
56
env :
61
57
GITHUB_AUTH : ${{ secrets.GITHUB_TOKEN }}
62
58
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
You can’t perform that action at this time.
0 commit comments