This commit is contained in:
Jacob M-G Evans 2023-08-10 16:46:29 -05:00
parent 2faabf36a2
commit 3252711404
No known key found for this signature in database
GPG key ID: 2A0C497CAB123094

View file

@ -35,6 +35,6 @@ jobs:
uses: changesets/action@v1
with:
createGithubReleases: true
publish: npx changesets tag
publish: npx changeset tag
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}