add release-all script (#871)

This commit is contained in:
Paul Fletcher-Hill
2023-04-13 00:10:07 -04:00
committed by GitHub
parent 31fcb95f12
commit 59ea2f9d42
2 changed files with 3 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ jobs:
id: changesets
uses: changesets/action@v1
with:
publish: yarn release-packages && yarn changeset tag
publish: yarn release-all
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}