We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75ea3fb commit 6233be0Copy full SHA for 6233be0
.github/workflows/bump-dependencies.yml
@@ -90,7 +90,7 @@ jobs:
90
- env:
91
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
92
run: |
93
- set -eu
+ set -eux
94
files=( .github/{autobuild,workflows}/* windows/*.ps1 mac/*.sh )
95
upstream_version="$(${{ matrix.components.get_upstream_version }})"
96
local_version="$(perl -nle 'print "$2" if /${{ matrix.components.local_version_regex }}/i' "${files[@]}" | sort --reverse --version-sort | head -n1)"
0 commit comments