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 e57c0d3 commit 02afb4bCopy full SHA for 02afb4b
.github/workflows/module_release.yml
@@ -111,7 +111,7 @@ jobs:
111
fi
112
113
if [[ -z "${skip_tag}" ]] ; then
114
- 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 }}"
115
git push $arg origin tag "${{ steps.metadata.outputs.tag }}"
116
117
0 commit comments