ci: remove ref for release workflows

This commit is contained in:
Daniel Roe 2024-06-06 18:23:08 +01:00
parent e747156061
commit 06f91349f7
No known key found for this signature in database
GPG Key ID: 3714AB03996F442B

View File

@ -294,7 +294,6 @@ jobs:
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
ref: "refs/heads/dev"
fetch-depth: 0 # All history
- name: fetch tags
@ -339,7 +338,6 @@ jobs:
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
ref: "refs/heads/dev"
fetch-depth: 0 # All history
- name: fetch tags