File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -265,11 +265,7 @@ jobs:
265
265
- name : Setup git user as [bot]
266
266
if : >-
267
267
fromJSON(needs.pre-setup.outputs.is-untagged-devel)
268
- run : >
269
- git config --local user.email
270
- 'github-actions[bot]@users.noreply.github.com'
271
-
272
- git config --local user.name 'github-actions[bot]'
268
+
273
269
- name : >-
274
270
Tag the release in the local Git repo
275
271
as ${{ needs.pre-setup.outputs.git-tag }}
@@ -755,11 +751,7 @@ jobs:
755
751
fetch-depth : 1
756
752
ref : ${{ github.event.inputs.release-commitish }}
757
753
- name : Setup git user as [bot]
758
- run : >
759
- git config --local user.email
760
- 'github-actions[bot]@users.noreply.github.com'
761
-
762
- git config --local user.name 'github-actions[bot]'
754
+
763
755
764
756
- name : >-
765
757
Tag the release in the local Git repo
You can’t perform that action at this time.
0 commit comments