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.
v{}
1 parent 8d599b3 commit e461be5Copy full SHA for e461be5
.github/workflows/release.yml
@@ -41,7 +41,7 @@ jobs:
41
echo "PKG_NAME=${PKG_PREFIX}" >> "${GITHUB_ENV}"
42
echo "PKG_VERSION=${VERSION}" >> "${GITHUB_ENV}"
43
44
- if [[ "${GITHUB_REF_NAME}" != "v${VERSION}" ]]; then
+ if [[ "${GITHUB_REF_NAME}" != "${VERSION}" ]]; then
45
echo "package version ${VERSION} does not match release tag ${GITHUB_REF_NAME}" >&2
46
exit 1
47
fi
0 commit comments