Skip to content

Commit

Permalink
Fix release process (#1674)
Browse files Browse the repository at this point in the history
Signed-off-by: Alvaro Neira Ayuso <[email protected]>
  • Loading branch information
alvneiayu authored Jan 16, 2025
1 parent 6b1b331 commit bcbe96b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release-check
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function docker_tag_exists() {
}

function find_release() {
curl -v --silent https://github.com/bitnami-labs/sealed-secrets/releases 2>&1 | grep -w $1 > /dev/null
curl -v --silent https://github.com/bitnami-labs/sealed-secrets/releases 2>&1 | grep -w kubeseal-$1 > /dev/null
echo $?
}

Expand Down

0 comments on commit bcbe96b

Please sign in to comment.