Update .gitea/workflows/workflow.yml
Some checks failed
publish / publish-tauri (ubuntu-20.04) (push) Failing after 1m36s
Some checks failed
publish / publish-tauri (ubuntu-20.04) (push) Failing after 1m36s
This commit is contained in:
parent
078683b5b2
commit
ce09220708
@ -28,13 +28,6 @@ jobs:
|
||||
- name: install frontend dependencies
|
||||
run: npm install # change this to npm or pnpm depending on which one you use
|
||||
working-directory: ./toos-dashboard
|
||||
- uses: tauri-apps/tauri-action@v0
|
||||
- run: cargo tauri build
|
||||
working-directory: ./toos-dashboard
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.TOKEN }}
|
||||
with:
|
||||
tagName: app-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version
|
||||
releaseName: 'App v__VERSION__'
|
||||
releaseBody: 'See the assets to download this version and install.'
|
||||
releaseDraft: true
|
||||
prerelease: false
|
||||
|
Loading…
Reference in New Issue
Block a user