We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5c65fa commit 9000211Copy full SHA for 9000211
1 file changed
.github/workflows/publish.yml
@@ -54,7 +54,7 @@ jobs:
54
# If you don't have `beforeBuildCommand` configured you may want to build your frontend here too.
55
run: yarn install --immutable # change this to npm or pnpm depending on which one you use.
56
57
- - uses: tauri-apps/tauri-action@v1
+ - uses: tauri-apps/tauri-action@v0
58
env:
59
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
60
with:
0 commit comments