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 74ccf16 commit f3210eaCopy full SHA for f3210ea
.github/workflows/ci-cd.yml
@@ -121,7 +121,7 @@ jobs:
121
${{ steps.not_tagged_check.outputs.is_untagged_devel == 'true' && 'local_scheme="no-local-version"' || '' }}
122
)
123
print('::set-output name=dist_version::{ver}'.format(ver=ver))
124
- - name: Set the current dist version
+ - name: Set the expected dist artifact names
125
id: artifact_name
126
run: |
127
print('::set-output name=sdist::ansible-pygments-${{
0 commit comments