Skip to content

Commit

Permalink
deploy snapshot/release
Browse files Browse the repository at this point in the history
  • Loading branch information
peterkir committed May 22, 2024
1 parent 61f6012 commit 3fa209f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/20_snapshot-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
REPO_PRODUCT=$(find releng/products/target -name 'products-*.zip' -type f)
REPO_BINARY=$(find releng/repo.binary/target -name 'repo.binary-*.zip' -type f)
REPO_SDK=$(find releng/repo.sdk/target -name 'repo.sdk-*.zip' -type f)
jq --version
if [[ $version =~ (.*+SNAPSHOT.*+) ]]; then
gh release list --json tagName | jq --arg rel $rel 'select(.[].tagName == $rel)' | grep $rel
retVal=$?
Expand Down

0 comments on commit 3fa209f

Please sign in to comment.