Skip to content

Commit

Permalink
fix: 💚 add commit message on changeset action version commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mnzsss committed Jun 18, 2023
1 parent fc26bea commit 831aaf9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
uses: changesets/action@v1
with:
publish: pnpm publish-packages
commit: "chore: release package(s)"
title: "chore: release package(s)"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

1 comment on commit 831aaf9

@vercel
Copy link

@vercel vercel bot commented on 831aaf9 Jun 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.