Skip to content

Commit 559cc85

Browse files
authored
chore: fix the CI build by adding yarn (#8)
* chore: fix the CI build by adding yarn * fix: add custom version command
1 parent 8680f73 commit 559cc85

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/on_push.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ jobs:
2626
id: changesets
2727
uses: changesets/action@v1
2828
with:
29-
publish: changeset publish
29+
publish: yarn changeset publish
30+
version: yarn changeset version
3031
env:
3132
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3233
- name: Upload artifacts
@@ -60,4 +61,4 @@ jobs:
6061
steps:
6162
- name: Deploy to GitHub Pages
6263
id: deployment
63-
uses: actions/deploy-pages@v5
64+
uses: actions/deploy-pages@v5

0 commit comments

Comments
 (0)