Skip to content

Commit

Permalink
Use other action
Browse files Browse the repository at this point in the history
  • Loading branch information
vgarciabnz committed Nov 14, 2024
1 parent 7c9be17 commit c7c48b5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release-start.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,9 @@ jobs:
run: python scripts/updateVersionName.py ${{ env.RELEASE_VERSION }}

- name: Commit and Push Changes
uses: Amraneze/[email protected]
uses: EndBug/add-and-commit@v9
with:
commit_message: 'Update version to ${{ env.RELEASE_VERSION }}'
branch_name: ${{ env.RELEASE_BRANCH }}
github_token: ${{ secrets.DHIS2_BOT_GITHUB_TOKEN }}
message: 'Update version to ${{ env.RELEASE_VERSION }}'

update_version:
if: false
Expand Down

0 comments on commit c7c48b5

Please sign in to comment.