Skip to content

Commit c51838a

Browse files
committed
chore: try fix release again
1 parent 155521d commit c51838a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/setup-node@v4
3131
with:
3232
node-version: 22
33-
registry-url: https://registry.npmjs.org/
33+
cache: pnpm
3434

3535
- name: Install Dependencies
3636
run: pnpm install --frozen-lockfile
@@ -42,6 +42,7 @@ jobs:
4242
uses: changesets/action@v1
4343
with:
4444
publish: pnpm changeset publish
45+
version: pnpm changeset version
4546
env:
4647
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4748
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)