From 3f7663279f30c81fe45092eb147e81759023c0c9 Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Sun, 5 Nov 2023 22:56:05 +0100 Subject: [PATCH] generated: add --allow-empty --- .github/ci/generated.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ci/generated.sh b/.github/ci/generated.sh index 9bc6257..575efed 100755 --- a/.github/ci/generated.sh +++ b/.github/ci/generated.sh @@ -18,6 +18,6 @@ git clone --depth 1 https://github.com/embassy-rs/stm32-data-generated/ build COMMIT=$(git rev-parse HEAD) cd build git add data stm32-metapac -git commit -m "Generated from stm32-data $COMMIT" +git commit -m "Generated from stm32-data $COMMIT" --allow-empty git tag -a stm32-data-$COMMIT -m "Generated from stm32-data $COMMIT" -git push --follow-tags \ No newline at end of file +git push --follow-tags