Skip to content

Commit

Permalink
ci: try different ref format
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed May 17, 2023
1 parent 58ed8ec commit 2b10dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-pr.yml
Expand Up @@ -28,7 +28,7 @@ jobs:

- uses: actions/checkout@v3
with:
ref: ${{ github.event.issue.pull_request.head.ref }}
ref: refs/pull/${{ github.event.issue.number }}/merge
fetch-depth: 0

- run: corepack enable
Expand Down

0 comments on commit 2b10dd7

Please sign in to comment.