Skip to content

Commit

Permalink
chore: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
a145789 committed Jul 16, 2024
1 parent 7ea7159 commit a2bc058
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
owner: context.repo.owner,
repo: context.repo.repo,
tag_name: `v${process.env.PACKAGE_VERSION}`,
name: `Desktop App v${process.env.PACKAGE_VERSION}`,
body: 'Take a look at the assets to download and install this app.',
name: `System Speed v${process.env.PACKAGE_VERSION}`,
body: 'To https://github.com/a145789/sys-speed/releases',
draft: true,
prerelease: false
})
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"@tauri-apps/cli": "^1",
"@types/bun": "^1.1.6",
"@varlet/release": "^0.2.11",
"node-fetch": "^3.3.2",
"typescript": "^5.2.2",
"vite": "^5.3.1"
}
Expand Down
48 changes: 48 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit a2bc058

Please sign in to comment.