use correct ref

This commit is contained in:
Tom Keller
2025-08-15 15:27:03 -07:00
parent a91a6303b8
commit 3df3b9e987
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v5
with:
fetch-depth: 0
ref: ${{ github.ref_name }}
ref: ${{ github.event.pull_request.head.sha }}
persist-credentials: false
- name: Package
run: |