Skip to content

Commit

Permalink
fix 'make check-tag' script
Browse files Browse the repository at this point in the history
  • Loading branch information
mdb committed Jan 20, 2023
1 parent f510d62 commit b25fc0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ensure-unique-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repo="mdb/gh-dispatch"
result="$(curl \
--header "Accept: application/vnd.github.v3+json" \
--write "%{http_code}" \
--out "/dev/null" \
--output "/dev/null" \
"https://api.github.com/repos/${repo}/releases/tags/${version}")"

if [ "${result}" = "404" ]; then
Expand Down

0 comments on commit b25fc0b

Please sign in to comment.