Skip to content

Commit

Permalink
feat: update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lf-wxp committed Oct 5, 2024
1 parent 6afb9c9 commit b492dce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4
with:
submodules: recursive

- name: setup node
uses: actions/setup-node@v4
Expand All @@ -51,6 +53,7 @@ jobs:
uses: jetli/trunk-action@v0.5.0
with:
version: 'latest'

- uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit b492dce

Please sign in to comment.