File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -264,15 +264,11 @@ jobs:
264
264
--notest
265
265
266
266
- name : Setup git user as [bot]
267
- if : >-
268
- fromJSON(needs.pre-setup.outputs.is-untagged-devel)
269
267
270
268
- name : >-
271
269
Tag the release in the local Git repo
272
270
as ${{ needs.pre-setup.outputs.git-tag }}
273
- for setuptools-scm to se the desired version
274
- if: >-
275
- fromJSON(needs.pre-setup.outputs.is-untagged-devel)
271
+ for setuptools-scm to set the desired version
276
272
run: >-
277
273
git tag
278
274
-m '${{ needs.pre-setup.outputs.git-tag }}'
@@ -783,7 +779,10 @@ jobs:
783
779
Tag the release in the local Git repo
784
780
as v${{ needs.pre-setup.outputs.git-tag }}
785
781
run: >-
786
- git tag '${{ needs.pre-setup.outputs.git-tag }}'
782
+ git tag
783
+ -m '${{ needs.pre-setup.outputs.git-tag }}'
784
+ '${{ needs.pre-setup.outputs.git-tag }}'
785
+ --
787
786
${{ github.event.inputs.release-commitish }}
788
787
- name : >-
789
788
Push ${{ needs.pre-setup.outputs.git-tag }} tag corresponding
You can’t perform that action at this time.
0 commit comments