This commit is contained in:
@@ -37,7 +37,10 @@ jobs:
|
||||
|
||||
- name: Setting commit message
|
||||
id: commit-message
|
||||
run: COMMIT_MESSAGE=$(git log -1 --pretty=%B); echo "COMMIT_MESSAGE=$COMMIT_MESSAGE" >> "$GITHUB_OUTPUT" && echo "commit message is '$COMMIT_MESSAGE'"
|
||||
run: >
|
||||
COMMIT_MESSAGE=$(git log -1 --pretty=%B);
|
||||
echo "COMMIT_MESSAGE=$COMMIT_MESSAGE" >> "$GITHUB_OUTPUT"
|
||||
&& echo "commit message is '$COMMIT_MESSAGE'"
|
||||
|
||||
# Create a release for this specific version
|
||||
- name: Update Release with Files
|
||||
|
||||
Reference in New Issue
Block a user