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 8a6ad50 commit 354eb62Copy full SHA for 354eb62
.github/actions/release.sh
@@ -33,7 +33,7 @@ if [[ "${GITHUB_REF}" == refs/heads/master || "${GITHUB_REF}" == refs/tags/* ]];
33
tags+=("${major_tag}-${stability_tag}")
34
fi
35
else
36
- if [[ -n "${LATEST}" ]]; thenn
+ if [[ -n "${LATEST}" ]]; then
37
if [[ -z "${PYTHON_DEV}" ]]; then
38
tags+=("latest")
39
0 commit comments