Skip to content

Commit 6157695

Browse files
committed
Ensure that Release commit workflows show the commands executed
1 parent 8e0fe54 commit 6157695

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ jobs:
9595
- name: Commit files
9696
if: steps.filter.outputs.versions == 'true'
9797
run: |
98+
set -x
9899
git config --local user.email "github-actions[bot]@users.noreply.github.com"
99100
git config --local user.name "github-actions[bot]"
100101
git status

0 commit comments

Comments
 (0)