Skip to content

Commit

Permalink
Merge pull request #5 from johnie/hotfix/changesets-patch
Browse files Browse the repository at this point in the history
chore: update release workflow to use 'npm install'
  • Loading branch information
johnie authored Oct 26, 2024
2 parents dfdc3e2 + aac8e3f commit 3c8862e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
node-version: 20.x

- name: Install Dependencies
run: npm ci
run: npm install

- name: Create Release Pull Request or Publish to npm
id: changesets
Expand Down

0 comments on commit 3c8862e

Please sign in to comment.