File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ jobs:
21
21
with :
22
22
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
23
23
fetch-depth : 0
24
-
25
- - name : Setup PNPM
24
+
25
+ - name : Setup PNPM
26
26
uses : pnpm/action-setup@v2.0.1
27
27
with :
28
28
version : 6.32.0
29
-
29
+
30
30
- name : Setup Node.js 16.x
31
31
uses : actions/setup-node@v2
32
32
with :
@@ -37,12 +37,12 @@ jobs:
37
37
run : pnpm install --frozen-lockfile
38
38
39
39
- name : Create Release Pull Request or Publish to npm
40
- uses : changesets/action@v1
41
- with :
42
- commit : " chore: update versions"
43
- title : " chore: update versions"
44
- version : pnpm changeset version
45
- publish : pnpm changeset publish
46
- env :
47
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
48
- NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
40
+ uses : changesets/action@v1
41
+ with :
42
+ commit : " chore: update versions"
43
+ title : " chore: update versions"
44
+ version : pnpm changeset version
45
+ publish : pnpm changeset publish
46
+ env :
47
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
48
+ NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
You can’t perform that action at this time.
0 commit comments