Skip to content

Commit

Permalink
chore(ci): update crates index when creating releases (#72)
Browse files Browse the repository at this point in the history
As suggested by a failed run:
```console
[WARN ] Consider running with --update-crates-index to assure bumping on demand
uses the latest information
```
This adds `--update-crates-index` to the smart-release invocation.
  • Loading branch information
mbrobbel committed Mar 14, 2023
1 parent 39e3441 commit e52ab6f
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:
CARGO_REGISTRY_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
run: |
cargo smart-release \
--update-crates-index \
--allow-fully-generated-changelogs \
--execute \
--no-changelog-preview \
Expand Down

0 comments on commit e52ab6f

Please sign in to comment.