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

Commit

Permalink
Merge pull request #38 from eygraber/dependabot/github_actions/master…
Browse files Browse the repository at this point in the history
…/EndBug/add-and-commit-8

Dependabot: Bump EndBug/add-and-commit from 7.5.0 to 8
  • Loading branch information
eygraber authored Jan 21, 2022
2 parents 10d4a0a + 3389c08 commit 69aa3cf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/PublishRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,18 @@ 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

- name: Commit next dev version
id: commit_next_dev
uses: EndBug/add-and-commit@v7.5.0
uses: EndBug/add-and-commit@v8
with:
add: 'gradle.properties'
branch: master
Expand Down

0 comments on commit 69aa3cf

Please sign in to comment.