Skip to content

Commit

Permalink
chore: release v1.0.1-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aooiuu committed Jun 6, 2024
1 parent 806fc81 commit 7ea5a63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
steps:
- name: Check out git repository
uses: actions/checkout@v4.1.1

with:
fetch-depth: 0
- uses: pnpm/action-setup@v3
- name: Setup Node
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "any-reader-web",
"version": "1.0.1-alpha.1",
"version": "1.0.1-alpha.2",
"private": true,
"scripts": {
"dev": "cross-env VITE_APP_PLATFORM=browser vite",
Expand Down

0 comments on commit 7ea5a63

Please sign in to comment.