Skip to content
This repository was archived by the owner on Jun 11, 2025. It is now read-only.

Commit f067ebc

Browse files
committed
chore: Add message when deploying new version
1 parent 8bb5e7a commit f067ebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
if: ${{ steps.release.outputs.release_created }}
2828
run: |
2929
npx @google/clasp push
30-
npx @google/clasp version
30+
MESSAGE=$(git log -1 --pretty=%B) npx @google/clasp version ${MESSAGE}

0 commit comments

Comments
 (0)