Skip to content

Commit

Permalink
feat: update IDE 交互
Browse files Browse the repository at this point in the history
  • Loading branch information
liujuping committed Dec 13, 2023
1 parent 26cb11d commit 8a7ab80
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pubish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v2

- name: Create .npmrc file
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc

- name: Setup Node.js
uses: actions/setup-node@v2
Expand Down

0 comments on commit 8a7ab80

Please sign in to comment.