Skip to content

Commit

Permalink
fix publish failure
Browse files Browse the repository at this point in the history
  • Loading branch information
l1xnan committed Feb 5, 2024
1 parent d6439ec commit 7a3a354
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 20

- name: Generate changelog
id: create_release
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
- name: setup node
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20

- uses: pnpm/action-setup@v2
name: Install pnpm
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "duck_studio"
name = "DuckStudio"
version = "0.0.12"
description = "DuckStudio"
authors = ["you"]
Expand Down

0 comments on commit 7a3a354

Please sign in to comment.