ci: use commit hash at time of release triggger

This commit is contained in:
Daniel Roe 2024-06-03 21:14:56 +01:00
parent 51740fa1d7
commit b788170018
No known key found for this signature in database
GPG Key ID: CBC814C393D93268
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
ref: refs/pull/${{ github.event.issue.number }}/merge
ref: ${{ github.event.issue.pull_request.head.sha }}
fetch-depth: 0
- run: corepack enable