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 33ee5a3 commit 28e6832Copy full SHA for 28e6832
scripts/release.sh
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
set -x
3
4
-if [ ! -f bin/github-releae ]; then
+if [ ! -f bin/github-release ]; then
5
OS=$(uname)
6
curl -L https://github.com/aktau/github-release/releases/download/v0.7.2/$OS-amd64-github-release.tar.bz2 | tar -C bin/ -jvx --strip-components=3
7
fi
0 commit comments