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 8f493cd commit 63fcef9Copy full SHA for 63fcef9
.github/workflows/main.yml
@@ -45,7 +45,7 @@ jobs:
45
run: |
46
PYPI_VERSION=$(python3 -m netfoundry.version)
47
[[ ${PYPI_VERSION} =~ ^v[0-9]\s+\.[0-9]\s+\.[0-9]\s+.* ]] || {
48
- echo "ERROR: unexpected version string" >&2
+ echo "ERROR: unexpected version string '${PYPI_VERSION}'" >&2
49
exit 1
50
}
51
echo ::set-output name=pypi_version::${PYPI_VERSION}
0 commit comments