Skip to content

Commit 28086bc

Browse files
authored
chore: Declare gem package artifacts in release job (#159)
1 parent 1e2230a commit 28086bc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.kokoro/release.cfg

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,12 @@ env_vars: {
3131
key: "SECRET_MANAGER_KEYS"
3232
value: "releasetool-publish-reporter-app,releasetool-publish-reporter-googlecloudplatform-installation,releasetool-publish-reporter-pem,docuploader_service_account"
3333
}
34+
35+
# Store the packages uploaded to rubygems.org, which
36+
# we can later use to generate SBOMs and attestations.
37+
action {
38+
define_artifacts {
39+
regex: "github/functions-framework-ruby/pkg/*.gem"
40+
strip_prefix: "github"
41+
}
42+
}

0 commit comments

Comments
 (0)