Skip to content

Commit b33088e

Browse files
authored
Merge pull request #3263 from krissetto/fix-release-pipeline
Fix env var name in release pipeline
2 parents 20879ec + 45488ac commit b33088e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
env:
3434
# This is also supported by Hatch; see
3535
# https://github.com/ofek/hatch-vcs#version-source-environment-variables
36-
SETUPTOOLS_SCM_PRETEND_VERSION_FOR_DOCKER: ${{ inputs.tag }}
36+
SETUPTOOLS_SCM_PRETEND_VERSION_DOCKER: ${{ inputs.tag }}
3737

3838
- name: Publish to PyPI
3939
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)