Skip to content

Commit

Permalink
Merge branch 'main' into release-please--branches--main
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelgrosso1 authored Mar 6, 2023
2 parents ac9ac59 + 3807117 commit d299ffa
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .kokoro/release/publish.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,15 @@ env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/google-cloud-node/.kokoro/release/publish.sh"
}

# Store the packages we uploaded to npmjs.org and their corresponding
# package-lock.jsons in Placer. That way, we have a record of exactly
# what we published, and which version of which tools we used to publish
# it, which we can use to generate SBOMs and attestations.
action {
define_artifacts {
regex: "github/google-cloud-node/**/*.tgz"
regex: "github/google-cloud-node/**/package-lock.json"
strip_prefix: "github/google-cloud-node"
}
}

0 comments on commit d299ffa

Please sign in to comment.