Skip to content

Commit

Permalink
ci: fix missing deps in release workflow (#37)
Browse files Browse the repository at this point in the history
* install changeset dep in release workflow

* just install all deps

* remove test branch
  • Loading branch information
alecananian authored Jun 3, 2024
1 parent ffdbd34 commit c077a28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: npm ci
- name: Create release PR or publish to npm
uses: changesets/action@v1
with:
version: npm run package:version
publish: |
npm ci
npm run generate
npm run build:create
npm run package:publish
Expand Down

0 comments on commit c077a28

Please sign in to comment.