Skip to content

Commit d46e5f6

Browse files
committed
fix(ci): publish with npm-backed yakumo command
1 parent c8d0f1e commit d46e5f6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,9 @@ jobs:
110110

111111
- name: Publish To npm
112112
if: steps.version.outputs.changed == 'true'
113-
run: yarn yakumo publish --registry https://registry.npmjs.org
113+
run: npx yakumo publish --registry https://registry.npmjs.org
114114
env:
115115
NPM_CONFIG_PROVENANCE: true
116-
YARN_NPM_CONFIG_PROVENANCE: true
117116

118117
- name: Save Version Cache
119118
if: steps.version.outputs.changed == 'true' && success()

0 commit comments

Comments
 (0)