diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c7b0a532b..b4b829fc0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,6 +20,7 @@ jobs: uses: changesets/action@v1 with: publish: yarn release + version: yarn version-packages env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/package.json b/package.json index 6da0ca3a4..c58a0c196 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "preinstall": "node ./scripts/ensure-yarn.js", "postinstall": "preconstruct dev && manypkg check", "changeset": "changeset", - "version-packages": "changeset version", + "version-packages": "changeset version && yarn", "release": "yarn build && changeset publish" }, "author": "Kye Hohenberger",