Skip to content

Commit

Permalink
Merge pull request #14 from maotovisk/dev
Browse files Browse the repository at this point in the history
fix: gh actions
  • Loading branch information
maotovisk committed Jun 30, 2023
2 parents 8bd8d6b + f46a8a0 commit a3bf314
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Install node dependencies
run: pnpm install

- uses: JonasKruckenberg/[email protected]
id: tauri_build
with:
Expand Down Expand Up @@ -97,5 +97,10 @@ jobs:
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
tagName: v__VERSION__
releaseName: 'v__VERSION__'
releaseBody: 'This is a automated release.'
releaseDraft: true
prerelease: false
draft: false
files: ./artifacts/**/*

0 comments on commit a3bf314

Please sign in to comment.