Merge pull request #149 from cloudflare/jacobmgevans/changesets-needs-publish

Spoofing publish for Changeset Action
This commit is contained in:
Jacob M-G Evans 2023-08-10 16:18:55 -05:00 committed by GitHub
commit 7d08a8657e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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