Skip to content

Commit

Permalink
chore(�cicd): correct commit msg (#77)
Browse files Browse the repository at this point in the history
* chore(release): correct commit msg

* chore(cicd): remove hyphen
  • Loading branch information
froggy1014 authored Jan 5, 2025
1 parent 2473951 commit 3a44050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
version: pnpm changeset version
publish: pnpm changeset publish
commit: "chore(release): Version Packages"
commit: "chore(release): version packages"
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_BOT_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.RELEASE_BOT_TOKEN }}
Expand Down

0 comments on commit 3a44050

Please sign in to comment.