Skip to content

Commit

Permalink
ci (release.yml): Allow missing CHANGELOG.md entry (#176)
Browse files Browse the repository at this point in the history
In rare cases (e.g. #174) we may want to run the "release" CI job
to generate the binaries without making any code changes.
  • Loading branch information
vvv authored Sep 30, 2024
1 parent 6a2184a commit 1631c58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
with:
changelog: rust/CHANGELOG.md
token: ${{ secrets.GITHUB_TOKEN }}
allow-missing-changelog: true

build-and-upload:
name: ${{ matrix.job.target }}
Expand Down

0 comments on commit 1631c58

Please sign in to comment.