Skip to content

Commit

Permalink
Merge pull request #20 from maxomatic458/master
Browse files Browse the repository at this point in the history
trigger workflow
  • Loading branch information
maxomatic458 authored Dec 7, 2024
2 parents 0a33265 + 8e2d1c5 commit 9badab7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,16 @@ jobs:

- name: install frontend dependencies
run: |
node i -g bun
npm i -g bun
bun install
- uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tagName: app-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
releaseName: 'App v__VERSION__'
tagName: __VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
releaseName: 'quic-send __VERSION__'
releaseBody: 'See the assets to download this version and install.'
releaseDraft: true
prerelease: false
Expand Down

0 comments on commit 9badab7

Please sign in to comment.