Skip to content

Commit 1f46742

Browse files
committed
Use the PR sha for the correct file artifacts
Artifacts retrieved from the repository should be retrieved from the correct HEAD sha. This undoes the commit d2a490 that ensured we always used to the script on main.
1 parent bce37ac commit 1f46742

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
uses: actions/checkout@v4
3232
with:
3333
fetch-depth: 0 # We need the full history to compute the changelog
34+
ref: ${{ inputs.head-sha }}
3435

3536
- name: Install Python
3637
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)