Skip to content

Commit 0d9abdd

Browse files
committed
Use ref_name as head to compare commits in release as well
1 parent 91c05b8 commit 0d9abdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
owner: context.repo.owner,
2929
repo: context.repo.repo,
3030
base: previousRelease.tag_name,
31-
head: "${{ github.ref }}"
31+
head: "${{ github.ref_name }}"
3232
});
3333
3434
const pullRequests = [];

0 commit comments

Comments
 (0)