Skip to content

Commit

Permalink
ci: always generate change log
Browse files Browse the repository at this point in the history
  • Loading branch information
epoberezkin committed Oct 7, 2024
1 parent b8971a3 commit 8981cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
mv $(cabal list-bin xftp) xftp-ubuntu-${{ matrix.platform_name}}
- name: Build changelog
if: startsWith(github.ref, 'refs/tags/v') && matrix.os == 'ubuntu-22.04'
if: startsWith(github.ref, 'refs/tags/v')
id: build_changelog
uses: mikepenz/release-changelog-builder-action@v1
with:
Expand Down

0 comments on commit 8981cae

Please sign in to comment.