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