From 2917b2aba7a3be9298464c39c9d02ee6991294c8 Mon Sep 17 00:00:00 2001 From: luochao <1055120207@qq.com> Date: Tue, 2 Jul 2024 14:55:34 +0800 Subject: [PATCH] ci: fix unsetting npm registry to force ci to fail --- .changeset/angry-days-sing.md | 5 +++++ .github/workflows/release.yml | 1 + 2 files changed, 6 insertions(+) create mode 100644 .changeset/angry-days-sing.md 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