Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
whiteninja76 authored Jan 16, 2024
1 parent bd71a4b commit 99b8b8f
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,6 @@ jobs:
const scanManifestFile = "test-${{ github.ref_name }}.json";
# await github.rest.repos.uploadReleaseAsset({
# owner: context.repo.owner,
# repo: context.repo.repo,
# release_id: release.data.id,
# name: scanManifestFile,
# data: `@build/${scanManifestFile}`,
# });
# await github.rest.repos.uploadReleaseAsset({
# owner: context.repo.owner,
# repo: context.repo.repo,
# release_id: release.data.id,
# name: sbomFile,
# data: `@${sbomFile}`,
# });
debug: true
result-encoding: "json"

0 comments on commit 99b8b8f

Please sign in to comment.