Skip to content

Commit 9e13559

Browse files
committed
remove condition
1 parent a44e7ff commit 9e13559

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/pre-release-prepare.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ jobs:
9595
git push origin "v${VERSION}_release"
9696
9797
- name: Update CHANGELOG for release
98-
if: github.event.inputs.is_patch != 'true'
9998
run: |
10099
sed -i "s/## Unreleased/## ${VERSION} - $(date +%Y-%m-%d)/" CHANGELOG.md
101100
git add CHANGELOG.md

0 commit comments

Comments
 (0)