Skip to content

Commit f1c3160

Browse files
committed
Fix npm publishing
Signed-off-by: Juan Cruz Viotti <[email protected]>
1 parent 7f7fe35 commit f1c3160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ jobs:
3838
GH_TOKEN: ${{ github.token }}
3939

4040
- name: Publish to NPM
41-
run: npm install --global npm@latest && npm publish ./dist/npm
41+
run: npm --version && npm publish ./dist/npm

0 commit comments

Comments
 (0)