We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e1dfae commit 450e413Copy full SHA for 450e413
.github/workflows/release.yaml
@@ -83,6 +83,8 @@ jobs:
83
84
- name: Tag the Release
85
run: |
86
+ git config user.name "github-actions[bot]"
87
+ git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
88
git tag -afm "Release ${RELEASE_TAG}" "${RELEASE_TAG}" "${GIT_CHECKOUT_REF}"
89
git push ${DRY_RUN_FLAG} origin "${RELEASE_TAG}"
90
0 commit comments