Skip to content

Commit

Permalink
Update action (#90)
Browse files Browse the repository at this point in the history
* Update release.yml

* downgrade
  • Loading branch information
andy-t-wang authored Oct 25, 2024
1 parent caf0963 commit bb896ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: pnpm/action-setup@v2.4.0
- uses: pnpm/action-setup@v4
with:
version: 9

Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: pnpm/action-setup@v2.4.0
- uses: pnpm/action-setup@v4
with:
version: 9

Expand Down
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/react": "1.1.0",
"packages/core": "1.1.0",
".": "1.1.0"
"packages/react": "1.0.0",
"packages/core": "1.0.0",
".": "1.0.0"
}

0 comments on commit bb896ba

Please sign in to comment.