Skip to content

Commit

Permalink
ci(publish): use npm run publish-ci to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
laggage authored Jan 19, 2023
1 parent f1566d4 commit b09668e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b09668e

Please sign in to comment.