diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aa4a16087..4194689b7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,7 @@ jobs: - name: Create Release Pull Request or Publish to npm id: changesets - uses: changesets/action@v1.9.0 + uses: changesets/action@v2.1.1 with: # This expects you to have a script called release which does a build for your packages and calls changeset publish publish: npm run release