Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
svelderrain committed Mar 6, 2025
1 parent f426975 commit 1b8e674
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/unit-test-and-build-vi-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 1b8e674

Please sign in to comment.