Skip to content

Commit

Permalink
F
Browse files Browse the repository at this point in the history
  • Loading branch information
Ignatella committed Jun 15, 2024
1 parent 365454c commit 5f6d11c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-tauri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish tauri
on:
push:
branches:
- 'feature/workflow'
- feature/workflow

jobs:
publish-tauri:
Expand Down Expand Up @@ -50,7 +50,6 @@ jobs:
run: yarn install # change this to npm, pnpm or bun depending on which one you use.

- uses: tauri-apps/tauri-action@v0
working-directory: ./tui
env:
GITHUB_TOKEN: ${{ secrets.ACTIONS_GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 5f6d11c

Please sign in to comment.