We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ad4226 commit 3e06757Copy full SHA for 3e06757
1 file changed
.github/workflows/release.yml
@@ -78,7 +78,7 @@ jobs:
78
79
- name: Publish npm package
80
working-directory: node/rmf-codegen
81
- run: yarn npm publish --no-git-tag-version --minor
+ run: npm publish --no-git-tag-version --minor
82
83
bump_version:
84
name: Bump NPM version
0 commit comments