Changesets needs a tag created for release

This commit is contained in:
Jacob M-G Evans 2023-08-10 16:40:12 -05:00
parent 8ca2ff1612
commit b734d85d74
No known key found for this signature in database
GPG key ID: 2A0C497CAB123094

View file

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