Skip to content

Commit

Permalink
Add summary message to version action
Browse files Browse the repository at this point in the history
  • Loading branch information
merrywhether committed Sep 4, 2024
1 parent 437b45b commit 658efb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ jobs:
git config user.email [email protected]
pnpm version --new-version ${{ github.event.inputs.version }}
git push --follow-tags
echo "Version bumped to v${{ github.event.inputs.version }}"

0 comments on commit 658efb6

Please sign in to comment.