Skip to content

Commit

Permalink
[exclc] Attempt to fix auto update Git interaction
Browse files Browse the repository at this point in the history
  • Loading branch information
Harleyoc1 committed Aug 14, 2023
1 parent 1d9e0f5 commit 4016ec3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/auto-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
update-version:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v2
- name: Write new version to gradle.properties file
uses: Stuie/[email protected]
with:
Expand All @@ -24,7 +24,8 @@ jobs:
run: |
git config --global user.name 'Publish Action'
git config --global user.email '[email protected]'
git commit -am "[exclc] Bump version to ${{ github.ref_name }}"
git add gradle.properties
git commit -m "[exclc] Bump version to ${{ github.ref_name }}"
git push
publish:
Expand Down

0 comments on commit 4016ec3

Please sign in to comment.