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 a37d407 commit 48b9cf1Copy full SHA for 48b9cf1
.github/workflows/ci-cd.yml
@@ -169,10 +169,14 @@ jobs:
169
id: artifact_name
170
run: |
171
print('::set-output name=sdist::ansible-pygments-${{
172
- steps.scm_version.outputs.dist_version
+ steps.tagged_check.outputs.release_requested == 'true'
173
+ && github.event.inputs.release-version
174
+ || steps.scm_version.outputs.dist_version
175
}}.tar.gz')
176
print('::set-output name=wheel::ansible_pygments-${{
177
178
179
180
}}-py3-none-any.whl')
181
182
build:
0 commit comments