Skip to content

Commit

Permalink
use template
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Jun 26, 2024
1 parent e1a8f8e commit 0480da9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: googleapis/release-please-action@v4
with:
target-branch: main

build:
needs: [release_please]
name: "Perform any build or bundling steps, as necessary."
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
if: ${{ '' != '' }}
uses: mongodb-labs/drivers-github-tools/sbom@v2
with:
silk_asset_group: ${{ '' }}
silk_asset_group: ''
sbom_file_name: sbom.json

- name: Generate authorized pub report
Expand All @@ -78,7 +78,7 @@ jobs:
sarif_report_target_ref: main
third_party_dependency_tool: n/a
dist_filenames: artifacts/*
token: ${{ github.token }}
token: ${{ github.token }}
sbom_file_name: sbom.json

- uses: mongodb-labs/drivers-github-tools/upload-s3-assets@v2
Expand Down

0 comments on commit 0480da9

Please sign in to comment.