Spoofing publish for Changeset Action

This commit is contained in:
Jacob M-G Evans 2023-08-10 16:15:42 -05:00
parent f61dc4d5a9
commit e193627f19
No known key found for this signature in database
GPG key ID: 2A0C497CAB123094

View file

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