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 1e75e2b commit 9bbe84dCopy full SHA for 9bbe84d
.github/workflows/pypi-release.yml
@@ -16,7 +16,7 @@ jobs:
16
set -ex
17
version=$(cat trainer/VERSION)
18
tag="${GITHUB_REF/refs\/tags\/}"
19
- if [[ "v$version" != "$tag" ]]; then
+ if [[ "$version" != "$tag" ]]; then
20
exit 1
21
fi
22
- uses: actions/setup-python@v2
0 commit comments