Skip to content

Commit

Permalink
ci: fix unsetting npm registry to force ci to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
rookie-luochao committed Jul 2, 2024
1 parent 1eeab9d commit 2917b2a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/angry-days-sing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'openapi-ts-request': patch
---

ci: fix unsetting npm registry to force ci to fail
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'

- name: Install pnpm
uses: pnpm/action-setup@v4
Expand Down

0 comments on commit 2917b2a

Please sign in to comment.