Skip to content

Commit

Permalink
Update vet metadata on patch releases (bytecodealliance#6903)
Browse files Browse the repository at this point in the history
This should fix the CI error that cropped up on bytecodealliance#6901
  • Loading branch information
alexcrichton authored and eduardomourar committed Sep 6, 2023
1 parent 8cc0fea commit 18525e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,8 @@ jobs:
# patch release marker is already in there. Note that this commit
# message indicates that on-merge a release will be made.
./publish bump-patch
# Update `cargo vet` entries for all the new crate versions
cargo vet
sed -i "s/^Unreleased/Released $(date +'%Y-%m-%d')/" RELEASES.md
num=$(./ci/print-current-version.sh)
git commit -a -F-<<EOF
Expand Down

0 comments on commit 18525e9

Please sign in to comment.