Skip to content

Commit c216c2f

Browse files
committed
fix tagging to work with None
1 parent 0ef2d74 commit c216c2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ops/tag.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ steps:
2525
save: True
2626
- name: pypyr.steps.stopstepgroup
2727
description: --> check if tag already exists
28-
run: !py cmdOut['stdout'].rstrip('\r\n') == f'v{version}'
28+
run: !py cmdOut['stdout'] == f'v{version}'
2929
- name: pypyr.steps.cmd
3030
comment: tag current HEAD
3131
description: --> create new tag for release

0 commit comments

Comments
 (0)