Skip to content

Commit 6233be0

Browse files
committed
Add -x for debug
1 parent 75ea3fb commit 6233be0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bump-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- env:
9191
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9292
run: |
93-
set -eu
93+
set -eux
9494
files=( .github/{autobuild,workflows}/* windows/*.ps1 mac/*.sh )
9595
upstream_version="$(${{ matrix.components.get_upstream_version }})"
9696
local_version="$(perl -nle 'print "$2" if /${{ matrix.components.local_version_regex }}/i' "${files[@]}" | sort --reverse --version-sort | head -n1)"

0 commit comments

Comments
 (0)