Skip to content

Commit 581fc04

Browse files
fix(ci): use of headref (#670)
Signed-off-by: Victor Adossi <[email protected]>
1 parent 04c4e7c commit 581fc04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tag-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
}
7676
7777
if (!title?.startsWith("release:")) {
78-
console.log(`Invalid ref [${headRef}]: does not include 'prep-release'`);
78+
console.log(`Invalid ref [${title}]: does not include 'prep-release'`);
7979
return;
8080
}
8181

0 commit comments

Comments
 (0)