Skip to content

Commit df079c8

Browse files
committed
ci: only create PR if changelog is updated
1 parent 5d7a87d commit df079c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
hide-release-date: true
4646
parse-github-usernames: true
4747
- name: Create Pull Request
48+
if: ${{ steps.release.outputs.tag_name }}
4849
uses: peter-evans/create-pull-request@v7
4950
with:
5051
add-paths: CHANGELOG.md

0 commit comments

Comments
 (0)