We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 032de6b commit 46180b9Copy full SHA for 46180b9
.github/workflows/release.yml
@@ -38,7 +38,7 @@ jobs:
38
# package-lock.json file. So we also run `npm install`, which does this update.
39
# This is a workaround until this is handled automatically by `changeset version`.
40
# See https://github.com/changesets/changesets/issues/421.
41
- version: npx changeset version && npm install
+ version: bash -c 'npx changeset version && npm install'
42
publish: npx changeset publish
43
env:
44
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments