Skip to content

Commit

Permalink
Publish workflow - yarn enable immutable installs (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
fraliv13 authored Jan 19, 2024
1 parent e15177b commit 35288f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
run: yarn test
- name: Upgrade version based on Changeset
run: yarn changeset version && yarn install
env:
YARN_ENABLE_IMMUTABLE_INSTALLS: false
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Increase packages version
Expand Down

0 comments on commit 35288f7

Please sign in to comment.