Skip to content

Commit

Permalink
Fix the release branch for the github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrowlands committed Nov 9, 2023
1 parent e10b01c commit 6baaa93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: github-actions-play-publish
ref: develop

- name: Extract version from tag
uses: damienaicheh/[email protected]
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
git config user.name "Github Actions"
git add .
git commit -am "Bump version code and change version name to ${{ env.VERSION_NAME }}"
git push origin github-actions-play-publish
git push origin develop
buildRelease:
Expand Down

0 comments on commit 6baaa93

Please sign in to comment.