Skip to content

Commit f04f539

Browse files
authored
Fix npm update command in publish workflow
1 parent ae07608 commit f04f539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
node-version: "22"
2222
registry-url: "https://registry.npmjs.org"
2323
- name: Update npm
24-
run: npm install -g npm@latest && corepack enable yarn && yarn set version berry
24+
run: npm install -g npm@latest && corepack enable && yarn set version berry
2525
- run: yarn
2626
- run: npm publish --provenance --access public
2727
env:

0 commit comments

Comments
 (0)