We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8d0f1e commit d46e5f6Copy full SHA for d46e5f6
1 file changed
.github/workflows/publish.yml
@@ -110,10 +110,9 @@ jobs:
110
111
- name: Publish To npm
112
if: steps.version.outputs.changed == 'true'
113
- run: yarn yakumo publish --registry https://registry.npmjs.org
+ run: npx yakumo publish --registry https://registry.npmjs.org
114
env:
115
NPM_CONFIG_PROVENANCE: true
116
- YARN_NPM_CONFIG_PROVENANCE: true
117
118
- name: Save Version Cache
119
if: steps.version.outputs.changed == 'true' && success()
0 commit comments