Skip to content

Commit

Permalink
chore: fix release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
pepicrft committed Nov 19, 2024
1 parent 1b912a8 commit 120ff29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Check if there are releasable changes
id: is-releasable
run: |
bumped_output=$(git cliff --bump)
bumped_output=$(git cliff --bump --unreleased)
changelog_content=$(cat CHANGELOG.md)
bumped_hash=$(echo -n "$bumped_output" | shasum -a 256 | awk '{print $1}')
Expand Down

0 comments on commit 120ff29

Please sign in to comment.