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 }