Skip to content

Commit

Permalink
fix: release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
creed-victor committed Oct 21, 2022
1 parent ff86e67 commit 5636e1e
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 @@ -26,7 +26,7 @@ jobs:
id: changesets
uses: changesets/action@v1
with:
publish: yarn turbo run build lint test --filter=./packages/* && yarn changeset publish
publish: yarn release-packages
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"coverage": "turbo run coverage",
"storybook": "turbo run storybook",
"prepare": "husky install",
"publish-packages": "turbo run build lint test --filter=./packages/* && changeset publish"
"release-packages": "turbo run build lint test --filter=./packages/* && changeset publish"
},
"devDependencies": {
"@sovryn/eslint-config-custom": "*",
Expand Down

0 comments on commit 5636e1e

Please sign in to comment.