From f9ca7a713443cca6b5805767b431c1d60b1baa21 Mon Sep 17 00:00:00 2001 From: Josh Muir Date: Fri, 30 Aug 2024 19:40:56 +0100 Subject: [PATCH] Try w/o immutable --- .github/workflows/npm-publish.yaml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm-publish.yaml b/.github/workflows/npm-publish.yaml index 7b3aa6c..89f078d 100644 --- a/.github/workflows/npm-publish.yaml +++ b/.github/workflows/npm-publish.yaml @@ -33,5 +33,5 @@ jobs: NODE_ENV: dev run: | corepack enable - yarn install --immutable + yarn install npx auto shipit \ No newline at end of file diff --git a/package.json b/package.json index a05c06e..54dffec 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "auto": { "plugins": [ "npm", - "@auto-it/protected-branch" + "protected-branch" ], "onlyPublishWithReleaseLabel": true }