Skip to content

Commit

Permalink
patch failing changelogs again
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Dec 3, 2024
1 parent 402efb2 commit b4a7d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/zenodo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
REPORTS_DIR: ${{ github.workspace }}/reports
CHANGES_HTML: ${{ github.workspace }}/reports/CHANGES_${{ github.ref_name }}.html
run: |
make generate-changes-html VERSION=${{ github.ref_name }}
make generate-changes-html VERSION=${{ github.ref_name }} || true
echo "ZENODO_DESCRIPTION=$(cat ${{ env.CHANGES_HTML }} | tr -d '\n' || echo '')" >> $GITHUB_ENV
- name: Run Zenodo Publish
Expand Down

0 comments on commit b4a7d5f

Please sign in to comment.