Skip to content

Commit

Permalink
Use a temp branch name for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrowlands committed Oct 26, 2023
1 parent 9aa2e15 commit 483973d
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 @@ -65,7 +65,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: develop
ref: github-actions-play-publish

- name: Extract version from tag
uses: damienaicheh/[email protected]
Expand Down Expand Up @@ -102,7 +102,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 develop
git push origin github-actions-play-publish
buildRelease:
Expand Down

0 comments on commit 483973d

Please sign in to comment.