Skip to content

Commit 63fcef9

Browse files
committed
include unexpected string in error
1 parent 8f493cd commit 63fcef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: |
4646
PYPI_VERSION=$(python3 -m netfoundry.version)
4747
[[ ${PYPI_VERSION} =~ ^v[0-9]\s+\.[0-9]\s+\.[0-9]\s+.* ]] || {
48-
echo "ERROR: unexpected version string" >&2
48+
echo "ERROR: unexpected version string '${PYPI_VERSION}'" >&2
4949
exit 1
5050
}
5151
echo ::set-output name=pypi_version::${PYPI_VERSION}

0 commit comments

Comments
 (0)