Skip to content

Commit b0693fa

Browse files
authored
debug script (#1200)
Signed-off-by: Gregor Zeitlinger <[email protected]>
1 parent 7757e9d commit b0693fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/set-release-version-github-pages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
set -euo pipefail
3+
set -euox pipefail
44

55
version=$(git tag -l | grep 'v' | sort | tail -1 | sed 's/v//')
66
marker="\$version"

0 commit comments

Comments
 (0)