Skip to content

Commit d93e747

Browse files
committed
wip
1 parent e6f5ba8 commit d93e747

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/container-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
fetch-depth: 0
2525
- name: Derive LOGPREP_VERSION from inputs.build-version
2626
run: |
27-
LOGPREP_VERSION=${{ inputs.build-version }} || python -m setuptools_scm
27+
LOGPREP_VERSION=${{ inputs.build-version || $(python -m setuptools_scm) }}
28+
echo ${LOGPREP_VERSION}
2829
echo "LOGPREP_VERSION=${LOGPREP_VERSION}" >> $GITHUB_ENV
2930
- name: Set up SSH
3031
uses: MrSquaare/ssh-setup-action@v3

0 commit comments

Comments
 (0)