You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
uses: tauri-apps/tauri-action@v0.5.23 # .24 seems broken, TODO: update when fixed
199
+
uses: tauri-apps/tauri-action@v0
205
200
env:
206
201
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
207
202
with:
@@ -344,10 +339,10 @@ jobs:
344
339
# echo "VERSION=$env:VERSION" >> $env:GITHUB_ENV
345
340
# - uses: actions/setup-node@v6
346
341
# with:
347
-
# node-version: 25
342
+
# node-version: 26
348
343
# - uses: pnpm/action-setup@v6
349
344
# with:
350
-
# version: 10
345
+
# version: 11
351
346
# run_install: false
352
347
# - name: Get pnpm store directory
353
348
# shell: bash
@@ -367,7 +362,7 @@ jobs:
367
362
# with:
368
363
# repo-token: ${{ secrets.GITHUB_TOKEN }}
369
364
# - name: Build packages
370
-
# uses: tauri-apps/tauri-action@v0.5.23 # 0.5.24 - 0.6.1 give: Error: Could not find workspace directory, but version and/or name specifies to use workspace package
0 commit comments