Skip to content

Commit 69557b0

Browse files
authored
ci: update release job
1 parent a3753e4 commit 69557b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
with:
1818
node-version-file: .node-version
1919
- name: Installing dependencies
20-
run: npm install
20+
run: pnpm install
2121
- name: Compile source
22-
run: npm run build
22+
run: pnpm run build
2323
- name: Publish source
2424
run: |
25-
npm publish --no-git-checks --access public || true
25+
pnpm publish --no-git-checks --access public || true
2626
env:
2727
NODE_AUTH_TOKEN: '${{ secrets.NPM_TOKEN }}'

0 commit comments

Comments
 (0)