Skip to content

Commit edef931

Browse files
author
github-actions
committed
[actions] Build of 53e66f7
1 parent c85ab9b commit edef931

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

typescript/dist/index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,10 @@ function get_commits(octokit) {
265265
for (const commit of github.context.payload['commits']) {
266266
commits.push(new commit_1.Commit(commit));
267267
}
268+
// on tags
269+
}
270+
else if ('head_commit' in github.context.payload) {
271+
commits.push(new commit_1.Commit(github.context.payload['head_commit']));
268272
}
269273
}
270274
}

typescript/dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)