chore: set checkout ref in release action

This commit is contained in:
Adrian Castro
2024-03-07 17:50:54 +01:00
parent 12e5b89056
commit 3134313e1e

View File

@@ -160,7 +160,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: 'master'
- name: Download build artifacts
uses: actions/download-artifact@v4