Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Commit

Permalink
Change branch to master before bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
eygraber committed Jan 21, 2022
1 parent 3ede84f commit 3389c08
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/PublishRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ jobs:
tag: ${{ env.RELEASE_VERSION }}
token: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/[email protected]
with:
ref: 'master'
token: ${{ secrets.PUSH_PAT }}

- name: Prepare next dev version
id: prepare_next_dev
run: sed -i -e 's/${{ env.CURRENT_VERSION }}/${{ env.NEXT_VERSION }}/g' gradle.properties
Expand Down

0 comments on commit 3389c08

Please sign in to comment.