From 0c792bdb7d395ef657c937bc640f3ae3c5131d6e Mon Sep 17 00:00:00 2001 From: rushmorem Date: Thu, 16 Nov 2023 20:51:42 +0200 Subject: [PATCH] commit version update --- .github/workflows/update.yaml | 2 ++ 1 file changed, 2 insertions(+) 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