We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e356922 commit 5e2b99dCopy full SHA for 5e2b99d
.github/workflows/release.yaml
@@ -63,7 +63,6 @@ jobs:
63
- uses: actions/setup-node@v4
64
with:
65
node-version: "20"
66
- cache: "pnpm"
67
68
- name: Install dependencies
69
run: pnpm install --frozen-lockfile
@@ -164,7 +163,6 @@ jobs:
164
163
165
166
167
168
169
- name: Update version in package.json
170
working-directory: electron-app
0 commit comments