Update .gitea/workflows/workflow.yml
Some checks failed
publish / publish-tauri (ubuntu-20.04) (push) Failing after 1m36s

This commit is contained in:
xeovalyte 2023-10-27 10:40:29 +02:00
parent 078683b5b2
commit ce09220708

View File

@ -28,13 +28,6 @@ jobs:
- name: install frontend dependencies - name: install frontend dependencies
run: npm install # change this to npm or pnpm depending on which one you use run: npm install # change this to npm or pnpm depending on which one you use
working-directory: ./toos-dashboard working-directory: ./toos-dashboard
- uses: tauri-apps/tauri-action@v0 - run: cargo tauri build
working-directory: ./toos-dashboard 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