Skip to content

Commit

Permalink
no HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
kagahd committed Oct 14, 2024
1 parent e1d23f8 commit 341dea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-jar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 341dea3

Please sign in to comment.