Skip to content

Commit a285b12

Browse files
committed
🐛 fix: Fix wrong action
1 parent b261c19 commit a285b12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ runs:
139139
shell: bash
140140

141141
- name: Generate changelog preview for PR
142-
if: inputs.action == 'prepare'
142+
if: inputs.action == 'release'
143143
id: release-changelog
144144
run: |
145145
{

0 commit comments

Comments
 (0)