Skip to content
This repository was archived by the owner on Jan 13, 2026. It is now read-only.

Commit 5e6fc32

Browse files
author
Jesús Benito Calzada
committed
Fix GHA release workflow
Signed-off-by: Jesús Benito Calzada <bjesus@vmware.com>
1 parent 9798f34 commit 5e6fc32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/kubeapps-general.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
echo "running_on_main=false" >> $GITHUB_OUTPUT
135135
fi
136136
137-
if [[ ${GITHUB_REF_TYPE} == "tag" && ${GITHUB_REF_NAME} =~ ^v[0-9]+ ]]; then
137+
if [[ ${GITHUB_REF_TYPE} == "tag" ]]; then
138138
echo "running_on_tag=true" >> $GITHUB_OUTPUT
139139
else
140140
echo "running_on_tag=false" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)