diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index a7b8f45..86ebfb8 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -34,10 +34,10 @@ jobs: run: ./gradlew build - name: Publish vendordep run: ./gradlew publish - - name: Update repository - run: | - git config --global user.name "thenetworkgrinch" - git config --global user.email "thenetworkgrinch@users.noreply.github.com" - git add . - git commit -m "Upgrading to ${{ inputs.releaseVersion }}" - git push +# - name: Update repository +# run: | +# git config --global user.name "thenetworkgrinch" +# git config --global user.email "thenetworkgrinch@users.noreply.github.com" +# git add . +# git commit -m "Upgrading to ${{ inputs.releaseVersion }}" +# git push