We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3638632 commit 6747317Copy full SHA for 6747317
.github/actions/create-release/action.yml
@@ -112,10 +112,6 @@ runs:
112
core.setFailed(`Commit author is not ${expectedEmail}, got ${commitResult.data.commit.author.email}`);
113
return;
114
}
115
- if (commitResult.data.commit.committer.email !== expectedEmail) {
116
- core.setFailed(`Commiter is not ${expectedEmail}, got ${commitResult.data.commit.committer.email}`);
117
- return;
118
- }
119
120
// Ensure the commit message matches the expected regular
121
// expression. Part of this is guarded by the conditional
VERSION
@@ -1 +1 @@
1
-1.0.2
+1.0.1
0 commit comments