Skip to content

Commit

Permalink
chore(ci): fix title in release
Browse files Browse the repository at this point in the history
  • Loading branch information
barsukov committed Aug 15, 2024
1 parent 09d76ff commit b98d777
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
with:
# This expects you to have a script called release which does a build for your packages and calls changeset publish
publish: npm run release
title: "publish(npm): Automate Package Versioning and Publishing with Changesets"
commit: "chore(version): Update versions with Changesets"
title: "publish(npm): automate Package Versioning and Publishing with Changesets"
commit: "chore(version): update versions with Changesets"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit b98d777

Please sign in to comment.