Skip to content

Commit

Permalink
Fix the script to release (#1629)
Browse files Browse the repository at this point in the history
**Description of the change**

Script to fix the releases

**Benefits**

Fix the releases

Signed-off-by: Alvaro Neira Ayuso <[email protected]>
  • Loading branch information
alvneiayu authored Nov 5, 2024
1 parent 28ec06b commit 0da9f68
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 $1 > /dev/null
curl -v --silent https://github.com/bitnami-labs/sealed-secrets/releases 2>&1 | grep -w $1 > /dev/null
echo $?
}

Expand Down

0 comments on commit 0da9f68

Please sign in to comment.