diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index 1d9bb4e..f9a7fec 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -54,5 +54,7 @@ jobs: git commit -m 'update the list' cargo install --force --version 0.3.30 release-plz /home/runner/.cargo/bin/release-plz update --no-changelog --verbose + git add Cargo.toml + git commit -m 'bump version' /home/runner/.cargo/bin/release-plz release --verbose fi