Skip to content

Commit 3e06757

Browse files
committed
use npm for publish
1 parent 2ad4226 commit 3e06757

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878

7979
- name: Publish npm package
8080
working-directory: node/rmf-codegen
81-
run: yarn npm publish --no-git-tag-version --minor
81+
run: npm publish --no-git-tag-version --minor
8282

8383
bump_version:
8484
name: Bump NPM version

0 commit comments

Comments
 (0)