Skip to content

Commit

Permalink
chore: disable changelog for test builds
Browse files Browse the repository at this point in the history
  • Loading branch information
klikli-dev committed Dec 20, 2022
1 parent 2efcff7 commit df5e3fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_and_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
artifactContentType: application/java-archive
- name: Commit CHANGELOG.md
uses: stefanzweifel/git-auto-commit-action@v4
if: ${{ steps.get_release_type.outputs.result != 'test' }}
with:
branch: version/1.19.3
commit_message: 'docs: update CHANGELOG.md for ${{ github.ref_name }} [skip ci]'
Expand Down

0 comments on commit df5e3fb

Please sign in to comment.