Skip to content

Commit f3210ea

Browse files
committed
Fix the artifact name step title
1 parent 74ccf16 commit f3210ea

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
@@ -121,7 +121,7 @@ jobs:
121121
${{ steps.not_tagged_check.outputs.is_untagged_devel == 'true' && 'local_scheme="no-local-version"' || '' }}
122122
)
123123
print('::set-output name=dist_version::{ver}'.format(ver=ver))
124-
- name: Set the current dist version
124+
- name: Set the expected dist artifact names
125125
id: artifact_name
126126
run: |
127127
print('::set-output name=sdist::ansible-pygments-${{

0 commit comments

Comments
 (0)