Skip to content

Commit

Permalink
Merge branch 'main' into NextRelease
Browse files Browse the repository at this point in the history
  • Loading branch information
BarthPaleologue authored Apr 19, 2024
2 parents 5ba2169 + 0557601 commit e99eb14
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 25 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/check-version-bump.yml

This file was deleted.

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
6 changes: 3 additions & 3 deletions .github/workflows/tauri-release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: 'tauri build and release'

# This will trigger the action on each push to the `release` branch.
# This will trigger the action on each push to main branch if a tag is present
on:
push:
branches:
- main
tags:
- '*'

jobs:
publish-tauri:
Expand Down

0 comments on commit e99eb14

Please sign in to comment.