diff --git a/.changeset/angry-days-sing.md b/.changeset/angry-days-sing.md new file mode 100644 index 0000000..341908d --- /dev/null +++ b/.changeset/angry-days-sing.md @@ -0,0 +1,5 @@ +--- +'openapi-ts-request': patch +--- + +ci: fix unsetting npm registry to force ci to fail diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b4e2cc5..859f624 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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