diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 6a32b8d036f..b99a6644a98 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -35,5 +35,5 @@ jobs: SCOPE: "@cnblogs" run: | echo "VERSION: ${VERSION}, SCOPE: ${SCOPE}" - npm publish --access public ./modules/tinymce/dist/tinymce_${VERSION}_component.zip + npm run publish-ci