Skip to content

Commit

Permalink
Adjust release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
drozdzynski committed Jun 2, 2024
1 parent 858038c commit 4a5c959
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
id: changesets
uses: changesets/action@v1
with:
version: yarn changeset:version && yarn install --mode=update-lockfile
version: yarn changeset:version
publish: yarn changeset:publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "eslint packages/*/src",
"check-format": "prettier -c packages/**/src/*",
"dev": "turbo run dev",
"changeset:version": "changeset version",
"changeset:version": "changeset version && yarn install --mode=update-lockfile",
"changeset:publish": "changeset publish",
"storybook": "storybook dev -p 6005",
"storybook-packages": "turbo run storybook",
Expand Down

0 comments on commit 4a5c959

Please sign in to comment.