mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-21 17:43:23 +01:00
Merge pull request #150 from cloudflare/jacobmgevans/changesets-tag-cli
Changesets needs a tag created for release
This commit is contained in:
commit
2faabf36a2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/changesets.yml
vendored
2
.github/workflows/changesets.yml
vendored
|
@ -35,6 +35,6 @@ jobs:
|
|||
uses: changesets/action@v1
|
||||
with:
|
||||
createGithubReleases: true
|
||||
publish: "echo 'Creating release'"
|
||||
publish: npx changesets tag
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Reference in a new issue