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 2cda639 commit 502da8cCopy full SHA for 502da8c
.github/workflows/version-bump.yml
@@ -45,7 +45,7 @@ jobs:
45
fi
46
47
# Create branch fresh from origin/main
48
- git checkout -b "$BRANCH" origin/main
+ git checkout -b "$BRANCH" origin/automate-release
49
50
- name: Update gradle.properties files with SDK_VERSION
51
run: |
0 commit comments