We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d84e906 commit ccab589Copy full SHA for ccab589
.github/workflows/module_release.yml
@@ -112,7 +112,7 @@ jobs:
112
fi
113
114
if [[ -z "${skip_tag}" ]] ; then
115
- git tag -a $arg -F OUTPUT.md "${{ steps.metadata.outputs.tag }}"
+ GIT_COMMITTER_DATE="$(git log --format=%aD ...HEAD^)" git tag -a $arg -F OUTPUT.md "${{ steps.metadata.outputs.tag }}"
116
git push $arg origin tag "${{ steps.metadata.outputs.tag }}"
117
118
0 commit comments