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.
2 parents 84816c3 + a0b01cc commit b5f60b1Copy full SHA for b5f60b1
git-release.sh
@@ -3,7 +3,7 @@ set -e
3
version=$(cat gradle.properties | grep SDK_VERSION_NAME | cut -f2 -d"=")
4
token=$1
5
user=$2
6
-branch=${GITHUB_REF##*/}
+branch=${GITHUB_REF#refs/heads/}
7
repo_full_name=$(git config --get remote.origin.url | sed 's/.*:\/\/github.com\///;s/.git$//' | cut -f2 -d":")
8
generate_post_data() {
9
cat <<EOF
0 commit comments