Skip to content

Commit

Permalink
Merge pull request #72 from BarthPaleologue/PatchCurrentRelease
Browse files Browse the repository at this point in the history
Fix workflow errors
  • Loading branch information
BarthPaleologue authored Apr 19, 2024
2 parents 3edcfe2 + eb3f22f commit 0557601
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "20"
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Restore cache
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/tauri-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: 'tauri build and release'
# This will trigger the action on each push to main branch if a tag is present
on:
push:
branches:
- main
tags:
- '*'

Expand Down

0 comments on commit 0557601

Please sign in to comment.