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 64247ab commit 933e5d2Copy full SHA for 933e5d2
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=release/${GITHUB_REF##*/}
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
gradle.properties
@@ -21,4 +21,4 @@ android.enableJetifier=true
21
kotlin.code.style=official
22
23
# SDK version property
24
-SDK_VERSION_NAME=2.7.1-rc
+SDK_VERSION_NAME=2.7.0
0 commit comments