File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 1717 with :
1818 toolchain : stable
1919 override : true
20+ - uses : pnpm/action-setup@v2.0.1
21+ name : Install pnpm
22+ id : pnpm-install
23+ with :
24+ version : 8
25+ run_install : false
26+
2027 - name : publish crates
2128 uses : katyo/publish-crates@v1
2229 with :
2835 runs-on : ubuntu-latest
2936 steps :
3037 - uses : actions/checkout@v2
38+ - uses : pnpm/action-setup@v2.0.1
39+ name : Install pnpm
40+ id : pnpm-install
41+ with :
42+ version : 8
43+ run_install : false
44+
3145 - uses : taiki-e/create-gh-release-action@v1
3246 with :
3347 # (optional)
6478 with :
6579 version : ${{ steps.tag_name.outputs.current_version }}
6680 path : CHANGELOG.md
81+ - uses : pnpm/action-setup@v2.0.1
82+ name : Install pnpm
83+ id : pnpm-install
84+ with :
85+ version : 8
86+ run_install : false
87+
6788 - uses : tauri-apps/tauri-action@v0
6889 env :
6990 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
@@ -92,6 +113,13 @@ jobs:
92113 # - windows-latest
93114 runs-on : ${{ matrix.os }}
94115 steps :
116+ - uses : pnpm/action-setup@v2.0.1
117+ name : Install pnpm
118+ id : pnpm-install
119+ with :
120+ version : 8
121+ run_install : false
122+
95123 - uses : actions-rs/toolchain@v1
96124 with :
97125 profile : minimal
You can’t perform that action at this time.
0 commit comments