Skip to content

Commit

Permalink
🐛 fix: Fix wrong action
Browse files Browse the repository at this point in the history
  • Loading branch information
honzabubenik committed Nov 9, 2023
1 parent b261c19 commit a285b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ runs:
shell: bash

- name: Generate changelog preview for PR
if: inputs.action == 'prepare'
if: inputs.action == 'release'
id: release-changelog
run: |
{
Expand Down

0 comments on commit a285b12

Please sign in to comment.