Skip to content

Commit 45488ac

Browse files
committed
Fix env var name in release pipeline
Signed-off-by: Christopher Petito <47751006+krissetto@users.noreply.github.com>
1 parent 20879ec commit 45488ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .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)