Skip to content

Commit

Permalink
Another try at updating version summary (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
merrywhether committed Sep 4, 2024
1 parent 9836500 commit 49aa367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +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 }}"
echo "Version bumped to v${{ github.event.inputs.version }}" >> $GITHUB_STEP_SUMMARY

0 comments on commit 49aa367

Please sign in to comment.