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 2febddb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf
- 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
- name: install tauri-cli
run: cargo install --version 0.3.0 tauri-cli
- uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 2febddb

Please sign in to comment.