Skip to content

Commit

Permalink
fix(release): remove explicit headref checkout step (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajmouriyakong authored Jan 9, 2025
1 parent 11e80bb commit 73501e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
- name: Setup Git Config
shell: bash
run: |
git checkout ${{ github.head_ref }}
git config --local user.name "kong-security-bot"
git config --local user.email "[email protected]"
Expand Down

0 comments on commit 73501e0

Please sign in to comment.