diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4544287a27..647bf7c4be 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: 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: yarn release + publish: yarn publish version: yarn version-packages env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}