Skip to content

Commit

Permalink
fix: publish CI error
Browse files Browse the repository at this point in the history
  • Loading branch information
flyfishzy committed Dec 22, 2021
1 parent 723d2a9 commit c3025d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ jobs:
body: |
Please refer to [CHANGELOG.md](https://github.com/originjs/vite-plugin-federation/blob/main/packages/lib/CHANGELOG.md) for details.
- name: Publish to npm registry
run: |
cd packages/lib
npm publish --access public
run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openharmony-polyfill",
"version": "0.1.0",
"version": "0.2.0",
"description": "",
"main": "src/index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit c3025d0

Please sign in to comment.