We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf3e3c8 commit a7710c9Copy full SHA for a7710c9
1 file changed
.github/workflows/changesets.yml
@@ -34,10 +34,11 @@ jobs:
34
- run: git config user.name "github-actions[bot]"
35
- run: git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
36
37
- - name: Create Release Pull Request
+ - name: Create Release Pull Request or Publish
38
uses: changesets/action@v1
39
with:
40
version: pnpm run changeset:version
41
+ publish: pnpm run changeset:publish
42
createGithubReleases: true
43
title: "chore: release new version 🚀"
44
commit: "chore: version packages"
0 commit comments