From 6a86d6c4a96c0463af77f228cfd725f581a5f36b Mon Sep 17 00:00:00 2001 From: Jason Karns Date: Mon, 13 May 2024 17:52:43 -0400 Subject: [PATCH] setup-node action is still ungood --- .github/workflows/release.yml | 2 ++ package.json | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a950e0c..f814420 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,6 +16,8 @@ jobs: steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 + with: + registry-url: 'https://registry.npmjs.org' - run: npm publish env: NODE_AUTH_TOKEN: ${{ secrets.NPMJS_TOKEN }} diff --git a/package.json b/package.json index ed1fbe3..16bdef9 100644 --- a/package.json +++ b/package.json @@ -32,9 +32,6 @@ "peerDependencies": { "bats": "^0.4.2 || ^1" }, - "publishConfig": { - "registry": "https://registry.npmjs.org" - }, "repository": { "type": "git", "url": "https://github.com/jasonkarns/bats-mock.git"