diff --git a/.github/workflows/unit-test-and-build-vi-package.yml b/.github/workflows/unit-test-and-build-vi-package.yml index b020d2b..2e005b5 100644 --- a/.github/workflows/unit-test-and-build-vi-package.yml +++ b/.github/workflows/unit-test-and-build-vi-package.yml @@ -86,9 +86,9 @@ jobs: # simply reference the relative path. Use quotes because of the space. path: 'builds/VI Package' - - name: Commit and Push Build Counter - if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop' - uses: stefanzweifel/git-auto-commit-action@v4 - with: - commit_message: 'Increment build revision to ${{ steps.get_revision.outputs.build_revision }}' - file_pattern: '.github/buildCounter.txt' +# - name: Commit and Push Build Counter +# if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop' +# uses: stefanzweifel/git-auto-commit-action@v4 +# with: +# commit_message: 'Increment build revision to ${{ steps.get_revision.outputs.build_revision }}' +# file_pattern: '.github/buildCounter.txt'