Skip to content

Commit

Permalink
chore(main): Added artifacts definition in release job (#14370)
Browse files Browse the repository at this point in the history
  • Loading branch information
diptanshumittal committed Mar 31, 2023
1 parent d2dac22 commit 6632806
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .kokoro/release-generated.cfg
Expand Up @@ -4,3 +4,12 @@ env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: ".kokoro/release-generated.sh"
}

# Store the packages uploaded to rubygems.org, which
# we can later use to generate SBOMs and attestations.
action {
define_artifacts {
regex: "github/google-api-ruby-client/generated/*/pkg/*.gem"
strip_prefix: "github"
}
}
9 changes: 9 additions & 0 deletions .kokoro/release.cfg
Expand Up @@ -4,3 +4,12 @@ env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: ".kokoro/release.sh"
}

# Store the packages uploaded to rubygems.org, which
# we can later use to generate SBOMs and attestations.
action {
define_artifacts {
regex: "github/google-api-ruby-client/*/pkg/*.gem"
strip_prefix: "github"
}
}

0 comments on commit 6632806

Please sign in to comment.