Skip to content

Commit

Permalink
chore(version): 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kangfenmao committed Dec 23, 2024
1 parent 7506d04 commit 8b618c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:

strategy:
matrix:
# windows-latest, ubuntu-latest
os: [macos-13, macos-latest]
os: [macos-13, macos-latest, windows-latest, ubuntu-latest]
arch: [x64, arm64]
exclude:
- os: windows-latest
Expand All @@ -41,6 +40,9 @@ jobs:
node-version: 20
arch: ${{ matrix.arch }}

- name: Install corepack
run: corepack enable && corepack prepare yarn@4.3.1 --activate

- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
Expand All @@ -55,9 +57,6 @@ jobs:
restore-keys: |
${{ runner.os }}-yarn-
- name: Install corepack
run: corepack enable && corepack prepare yarn@4.3.1 --activate

- name: Install Dependencies
run: yarn install

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": "CherryStudio",
"version": "0.8.27",
"version": "0.9.0",
"private": true,
"description": "A powerful AI assistant for producer.",
"main": "./out/main/index.js",
Expand Down

0 comments on commit 8b618c0

Please sign in to comment.