From 341dea34241a97e7d5ef8a1ff739a40a08f22986 Mon Sep 17 00:00:00 2001 From: kagahd Date: Mon, 14 Oct 2024 14:15:16 +0200 Subject: [PATCH] no HEAD --- .github/workflows/build-jar.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-jar.yml b/.github/workflows/build-jar.yml index 6dff392..cc541dc 100644 --- a/.github/workflows/build-jar.yml +++ b/.github/workflows/build-jar.yml @@ -49,7 +49,7 @@ jobs: echo "The [latest-version/mongodb-performance-test.jar](https://github.com/idealo/mongodb-performance-test/tree/master/latest-version/mongodb-performance-test.jar) is unchanged" >> $GITHUB_STEP_SUMMARY else git commit -m "Add latest version ($VERSION) of mongodb-performance-test.jar" - git push origin HEAD:${{ github.head_ref }} + git push origin ${{ github.head_ref }} # Delete the local tag if it exists git tag -d "v$VERSION" || true # Ignore if the tag doesn't exist