Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
solaoi authored Mar 26, 2024
1 parent 2fdf694 commit 349228b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
timeout-minutes: 60

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: setup Node.js
uses: actions/setup-node@v1
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
run: yarn install --frozen-lockfile

- if: matrix.os == 'macos-13'
uses: tauri-apps/tauri-action@dev
uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
APPLE_CERTIFICATE: ${{ secrets.APPLE_CERTIFICATE }}
Expand All @@ -66,7 +66,7 @@ jobs:
args: --target x86_64-apple-darwin

- if: matrix.os == 'macos-14'
uses: tauri-apps/tauri-action@dev
uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
APPLE_CERTIFICATE: ${{ secrets.APPLE_CERTIFICATE }}
Expand Down

0 comments on commit 349228b

Please sign in to comment.