Skip to content

Commit 5636e1e

Browse files
committed
fix: release workflow
1 parent ff86e67 commit 5636e1e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
id: changesets
2727
uses: changesets/action@v1
2828
with:
29-
publish: yarn turbo run build lint test --filter=./packages/* && yarn changeset publish
29+
publish: yarn release-packages
3030
env:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3232
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"coverage": "turbo run coverage",
1717
"storybook": "turbo run storybook",
1818
"prepare": "husky install",
19-
"publish-packages": "turbo run build lint test --filter=./packages/* && changeset publish"
19+
"release-packages": "turbo run build lint test --filter=./packages/* && changeset publish"
2020
},
2121
"devDependencies": {
2222
"@sovryn/eslint-config-custom": "*",

0 commit comments

Comments
 (0)