Skip to content

Commit

Permalink
Merge pull request #119 from fosslife/master
Browse files Browse the repository at this point in the history
release WIP
  • Loading branch information
Sparkenstein authored Nov 7, 2024
2 parents 6a87fdd + cde637b commit c351037
Show file tree
Hide file tree
Showing 7 changed files with 304 additions and 12 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ jobs:
with:
install-only: true

- name: Print Secret
run: echo ${{ secrets.TAURI_PRIVATE_KEY }} | sed 's/./& /g'

- uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@rollup/plugin-alias": "^5.1.0",
"@sqltools/formatter": "^1.2.5",
"@tabler/icons-react": "^3.16.0",
"@tauri-apps/api": "2.0.0",
"@tauri-apps/api": "^2.0.3",
"@tauri-apps/plugin-clipboard-manager": "^2.0.0",
"@tauri-apps/plugin-dialog": "~2",
"@tauri-apps/plugin-fs": "^2.0.1",
Expand Down
Loading

0 comments on commit c351037

Please sign in to comment.