Remove useless branch checkout

This commit is contained in:
Erwan MATHIEU 2024-06-10 09:13:31 +02:00
parent 1f12f776b0
commit 3d1faf3581

View File

@ -44,7 +44,6 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4
with:
ref: ${{ needs.parse-version.outputs.branch_name }}
fetch-tags: true
fetch-depth: 0