Skip to content

Commit

Permalink
修复了package.json路径错误的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
OldGodShen committed Jun 7, 2024
1 parent 11e3a42 commit 001891f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tauri release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ jobs:
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git checkout main
git add src-tauri/package.json
git add package.json
git add src-tauri/Cargo.toml
git add src-tauri/tauri.conf.json
git commit -m "Update version to v${{ env.NEW_VERSION }}"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "xyyinfoquery",
"private": true,
"version": "0.0.4",
"version": "0.0.5",
"type": "module",
"scripts": {
"dev": "vite",
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.

0 comments on commit 001891f

Please sign in to comment.