Skip to content

Commit

Permalink
Merge pull request #132 from brainless/chore/versions-and-github-action
Browse files Browse the repository at this point in the history
chore: Updated versions and GitHub Action
  • Loading branch information
brainless committed Jun 14, 2024
2 parents 5e3cd76 + c83b7aa commit 89bc76c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-to-auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "publish-dwata-desktop-app"
on:
push:
branches:
- 'release/**'
- "release/**"

# This is the example from the readme.
# On each push to the `release` branch it will create or update a GitHub release, build your app, and upload the artifacts to the release.
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
- name: install frontend dependencies
run: yarn install # change this to npm or pnpm depending on which one you use
run: pnpm install # change this to npm or pnpm depending on which one you use

- uses: tauri-apps/tauri-action@v0
env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dwata",
"version": "0.0.8",
"version": "0.0.9",
"description": "General purpose AI Studio",
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ members = ["openai"]

[package]
name = "dwata"
version = "0.0.8"
description = "An AI studio whee you connect your data sources and have convesations with AI"
version = "0.0.9"
description = "General purpose AI Studio"
authors = ["Sumit Datta <[email protected]>"]
license = "Apache-2.0 license"
repository = "https://github.com/brainless/dwata"
Expand Down

0 comments on commit 89bc76c

Please sign in to comment.