Skip to content

Commit

Permalink
chore: update githun action
Browse files Browse the repository at this point in the history
  • Loading branch information
iosh committed Aug 31, 2024
1 parent 6a0ca36 commit f8b7b57
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/changesets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,13 @@ jobs:
steps:
- name: Clone repository
uses: actions/checkout@v4
with:
submodules: 'recursive'
with:
submodules: "recursive"

- name: Setup Node.js 20
uses: actions/setup-node@v4
with:
node-version: 20

- name: Install dependencies
uses: ./.github/actions/install-dependencies
Expand All @@ -74,4 +79,4 @@ jobs:
pnpm clean
pnpm changeset version --no-git-tag --snapshot canary
pnpm changeset:prepublish
pnpm changeset publish --no-git-tag --snapshot canary --tag canary
pnpm changeset publish --no-git-tag --snapshot canary --tag canary

0 comments on commit f8b7b57

Please sign in to comment.