Skip to content

Commit

Permalink
update some publish steps
Browse files Browse the repository at this point in the history
  • Loading branch information
tmshv committed Feb 5, 2024
1 parent 632a3cc commit 1737663
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,12 @@ jobs:
# run: |
# rustup target add x86_64-apple-darwin

- name: install app dependencies and build it
run: yarn && yarn build
env:
CI: false
- name: install frontend dependencies
run: npm ci

- uses: tauri-apps/tauri-action@dev
- uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CI: false
with:
tagName: v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version
releaseName: "v__VERSION__"
Expand Down

0 comments on commit 1737663

Please sign in to comment.