Skip to content

Commit caeff7e

Browse files
committed
chore: remove act exclusion from add_changelog_entry
1 parent e7bbd95 commit caeff7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-bump-component-versions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
150150
- name: Add changelog entry
151151
id: add_changelog_entry
152-
if: ${{ !env.ACT && steps.bump_component_versions.outputs.has_changes == 'true' }}
152+
if: ${{ steps.bump_component_versions.outputs.has_changes == 'true' }}
153153
env:
154154
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
155155
run: |

0 commit comments

Comments
 (0)