Skip to content

Commit 884dada

Browse files
committed
Fix commit release message
1 parent 800e05f commit 884dada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@ jobs:
6060
git config user.name "github-actions[bot]"
6161
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
6262
git add -u
63-
git commit -m "Release: ${{ steps.update-version.outputs.mashrl }}"
63+
git commit -m "Release: ${{ steps.update-version.outputs.new-versions-description }}"
6464
git push origin ${{ steps.checkout.outputs.ref }}

0 commit comments

Comments
 (0)