Skip to content

Commit

Permalink
🐎 ci: 测试CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hmydgz committed Jun 15, 2023
1 parent ecf942b commit a6b3ae1
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build.action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,12 @@ jobs:
- name: 构建
run: pnpm run build

- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: 测试
run: cd dist && ls

# - run: npm publish --tag alpha
# env:
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

# publish-npm:
# needs: build
Expand Down

0 comments on commit a6b3ae1

Please sign in to comment.