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 0ef2d74 commit c216c2fCopy full SHA for c216c2f
ops/tag.yaml
@@ -25,7 +25,7 @@ steps:
25
save: True
26
- name: pypyr.steps.stopstepgroup
27
description: --> check if tag already exists
28
- run: !py cmdOut['stdout'].rstrip('\r\n') == f'v{version}'
+ run: !py cmdOut['stdout'] == f'v{version}'
29
- name: pypyr.steps.cmd
30
comment: tag current HEAD
31
description: --> create new tag for release
0 commit comments