Skip to content

Commit b5a83f7

Browse files
Merge pull request #258 from AIEraDev/codex/fix-release-action
Fix release workflow for Node 24
2 parents 094fb5b + 95129c3 commit b5a83f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124

125125
# ── Release ────────────────────────────────────────────────────────────
126126
- name: Build & Publish Release
127-
uses: tauri-apps/tauri-action@v0.5
127+
uses: tauri-apps/tauri-action@action-v1.0.0
128128
env:
129129
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
130130
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}

0 commit comments

Comments
 (0)