Skip to content

Commit

Permalink
chore: remove npmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
InfiniteXyy committed Nov 9, 2024
1 parent 0ef9ab2 commit 7c8656c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:

- uses: pnpm/action-setup@v4
with:
version: 9.12.3
run_install: true

- name: test
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: setup node
uses: actions/setup-node@v4
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- uses: pnpm/action-setup@v4
with:
version: 9.12.3
run_install: true

- name: publish
run: pnpm test && npm run publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 7c8656c

Please sign in to comment.