Skip to content

Commit ca0cffc

Browse files
committed
enable script debugging
1 parent 41cfe5c commit ca0cffc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/create_archive_and_notes.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515

1616
set -o errexit -o nounset -o pipefail
1717

18+
set -x
19+
1820
# Exclude dot directories, specifically, this file so that we don't
1921
# find the substring we're looking for in our own file.
2022
# Exclude CONTRIBUTING.md, RELEASING.md because they document how to use these strings.

0 commit comments

Comments
 (0)