Skip to content

Commit

Permalink
Fix changelog check in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
ericof committed Apr 25, 2024
1 parent e189808 commit 23b8ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Check for presence of a Change Log fragment (only pull requests)
run: |
git fetch --no-tags origin ${BASE_BRANCH}
towncrier check
hatch run towncrier check
env:
BASE_BRANCH: ${{ github.base_ref }}
if: github.event_name == 'pull_request'

0 comments on commit 23b8ced

Please sign in to comment.