Skip to content

Commit

Permalink
ci: revert upload-release-assets action (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
marek-karwacki-rdx authored Dec 12, 2023
1 parent 3793525 commit 1c00a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
args: --all-projects --org=${{ env.SNYK_PROJECTS_ORG_ID }} --format=cyclonedx1.4+json --json-file-output sbom.json
command: sbom
- name: Upload SBOM
uses: RDXWorks-actions/upload-release-assets@master
uses: RDXWorks-actions/upload-release-assets@c94805dc72e4b20745f543da0f62eaee7722df7a
with:
files: sbom.json
repo-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 1c00a5a

Please sign in to comment.