Skip to content

Commit

Permalink
ci: update
Browse files Browse the repository at this point in the history
  • Loading branch information
wuhan005 committed Feb 11, 2024
1 parent b7510de commit b7a86fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
cd package-umd
pwd
ls
cd package-umd
npm install
npm ci
npm publish --access public
Expand Down

0 comments on commit b7a86fa

Please sign in to comment.