Skip to content

Commit

Permalink
mark version 0.1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
noamzaks committed Feb 23, 2024
1 parent 87e8132 commit 92b2b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: install app dependencies and build it
run: yarn && yarn build
- name: install updated tauri-cli
run: cargo install --git https://github.com/tauri-apps/tauri --branch dev tauri-cli
run: cargo install --version 0.3.0 tauri
- uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 92b2b89

Please sign in to comment.