Skip to content

Commit

Permalink
Merge pull request #150 from cloudflare/jacobmgevans/changesets-tag-cli
Browse files Browse the repository at this point in the history
Changesets needs a tag created for release
  • Loading branch information
JacobMGEvans authored Aug 10, 2023
2 parents 8ca2ff1 + b734d85 commit 2faabf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/changesets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 2faabf3

Please sign in to comment.