Skip to content

Commit

Permalink
build: 添加仓库信息
Browse files Browse the repository at this point in the history
  • Loading branch information
ZvonimirSun committed Dec 10, 2024
1 parent bb36e4c commit 9f82062
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
with:
node-version: 20
cache: pnpm
- name: Create .npmrc
env:
NPMRC: ${{ secrets.NPMRC }}
run: echo "$NPMRC" >> .npmrc

- name: Install dependencies
run: pnpm install
Expand Down

0 comments on commit 9f82062

Please sign in to comment.