From 213afdfbb68d688f879b92b1bcaf5eac6a65e1f6 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 29 Nov 2024 16:12:26 +0100 Subject: [PATCH] wip --- Signed-off-by: github-actions Signed-off-by: github-actions --- .github/workflows/postrelease.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/postrelease.yml b/.github/workflows/postrelease.yml index 784448de62..81edbcc283 100644 --- a/.github/workflows/postrelease.yml +++ b/.github/workflows/postrelease.yml @@ -69,6 +69,9 @@ jobs: git config user.name github-actions git config user.email github-actions@bndtools.org git checkout -B $v + echo "For release $V1" > README.md + git add . + git commit -m "Release $V1" git push --force $WORKSPACE_REPO $v