mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-22 10:03:24 +01:00
Merge pull request #149 from cloudflare/jacobmgevans/changesets-needs-publish
Spoofing publish for Changeset Action
This commit is contained in:
commit
7d08a8657e
1 changed files with 1 additions and 0 deletions
1
.github/workflows/changesets.yml
vendored
1
.github/workflows/changesets.yml
vendored
|
@ -35,5 +35,6 @@ jobs:
|
||||||
uses: changesets/action@v1
|
uses: changesets/action@v1
|
||||||
with:
|
with:
|
||||||
createGithubReleases: true
|
createGithubReleases: true
|
||||||
|
publish: "echo 'Creating release'"
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
Loading…
Reference in a new issue