Skip to content

Commit

Permalink
调试ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
rookie-luochao committed Aug 10, 2023
1 parent a39d871 commit 0884afa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
# 依赖缓存策略
- name: Cache
id: cache-dependencies
Expand All @@ -39,4 +40,4 @@ jobs:
run: npm publish
env:
# NPM_TOKEN is access token
NPM_CONFIG_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 0884afa

Please sign in to comment.