From 3c046c7c7388cff35a86b5bf625e10c94e5d72de Mon Sep 17 00:00:00 2001 From: Johann Pardanaud Date: Thu, 26 Dec 2024 13:02:28 +0100 Subject: [PATCH] wip --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8e20a89..678cfef 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -74,8 +74,8 @@ jobs: ### Aborting the release In case you want to cancel everything and restart from a clean slate: - - Delete the tag and the branch: \`git push --delete origin $RELEASE_VERSION release/$RELEASE_VERSION\` - - Delete the release: \`gh release delete $RELEASE_VERSION\`" + - Delete the release: \`gh release delete $RELEASE_VERSION\` + - Delete the tag and the branch: \`git push --delete origin $RELEASE_VERSION release/$RELEASE_VERSION\`" publish: name: Publish to Maven Central Repository