Skip to content

Commit 63d6d97

Browse files
Apply suggestions from code review
Co-authored-by: George L. Yermulnik <[email protected]>
1 parent 6186781 commit 63d6d97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ jobs:
221221
mode=FILE_APPEND_MODE,
222222
) as outputs_file:
223223
print(
224-
f"tag=v{environ['DIST_VERSION']}",
224+
f"tag=v{environ['DIST_VERSION'].removeprefix('v')}",
225225
file=outputs_file,
226226
)
227227
- name: Set the expected dist artifact names

0 commit comments

Comments
 (0)