Skip to content

Commit

Permalink
Try w/o immutable
Browse files Browse the repository at this point in the history
  • Loading branch information
Neztore committed Aug 30, 2024
1 parent 3968051 commit f9ca7a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:
NODE_ENV: dev
run: |
corepack enable
yarn install --immutable
yarn install
npx auto shipit
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"auto": {
"plugins": [
"npm",
"@auto-it/protected-branch"
"protected-branch"
],
"onlyPublishWithReleaseLabel": true
}
Expand Down

0 comments on commit f9ca7a7

Please sign in to comment.