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 f510d62 commit b25fc0bCopy full SHA for b25fc0b
scripts/ensure-unique-version.sh
@@ -6,7 +6,7 @@ repo="mdb/gh-dispatch"
6
result="$(curl \
7
--header "Accept: application/vnd.github.v3+json" \
8
--write "%{http_code}" \
9
- --out "/dev/null" \
+ --output "/dev/null" \
10
"https://api.github.com/repos/${repo}/releases/tags/${version}")"
11
12
if [ "${result}" = "404" ]; then
0 commit comments