Skip to content

Commit

Permalink
Use the PR sha for the correct file artifacts
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rvermeulen committed Dec 11, 2023
1 parent bce37ac commit 1f46742
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0 # We need the full history to compute the changelog
ref: ${{ inputs.head-sha }}

- name: Install Python
uses: actions/setup-python@v4
Expand Down

0 comments on commit 1f46742

Please sign in to comment.