Skip to content

Commit

Permalink
fix: release workflow update changeset title
Browse files Browse the repository at this point in the history
  • Loading branch information
MartianGreed committed Jan 10, 2025
1 parent 58fc340 commit 25f4c09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
uses: changesets/action@v1
with:
publish: pnpm release
setupGitUser: false
title: "feat: prepare release"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 25f4c09

Please sign in to comment.