Skip to content

Commit 4201920

Browse files
committed
ci: drop to current node
1 parent 33e5f90 commit 4201920

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- run: corepack enable
2828
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
2929
with:
30-
node-version: 24
30+
node-version: current
3131
registry-url: "https://registry.npmjs.org/"
3232
cache: pnpm
3333

@@ -38,7 +38,7 @@ jobs:
3838
run: pnpm dev:prepare
3939

4040
- name: 📦 Release
41-
run: npm publish
41+
run: pnpm publish --access public
4242

4343
- name: 🏷️ Create tag
4444
run: |

0 commit comments

Comments
 (0)