Skip to content

Commit

Permalink
ci: set cahngesets action to correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcdo29 committed Jan 31, 2022
1 parent e7c2ec0 commit 34ad549
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 @@ -34,7 +34,7 @@ jobs:

- name: Create Release Pull Request or Publish to npm
id: changesets
uses: changesets/action@master
uses: changesets/action@v1
with:
# This expects you to have a script called release which does a build for your packages and calls changeset publish
publish: pnpm release
Expand Down

0 comments on commit 34ad549

Please sign in to comment.