Skip to content

Commit 6747317

Browse files
authored
Drop committer check (#298)
Committer is always GitHub
1 parent 3638632 commit 6747317

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/actions/create-release/action.yml

-4
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,6 @@ runs:
112112
core.setFailed(`Commit author is not ${expectedEmail}, got ${commitResult.data.commit.author.email}`);
113113
return;
114114
}
115-
if (commitResult.data.commit.committer.email !== expectedEmail) {
116-
core.setFailed(`Commiter is not ${expectedEmail}, got ${commitResult.data.commit.committer.email}`);
117-
return;
118-
}
119115
120116
// Ensure the commit message matches the expected regular
121117
// expression. Part of this is guarded by the conditional

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.2
1+
1.0.1

0 commit comments

Comments
 (0)