Skip to content

Commit feed2d2

Browse files
committed
Fix NPM publishing
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
1 parent f1c3160 commit feed2d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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 --version && npm publish ./dist/npm
41+
run: sudo npm install --global npm@latest && npm publish

0 commit comments

Comments
 (0)