Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xlin7799 authored Aug 9, 2022
1 parent 4c7f4bb commit 21ac2f5
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 @@ -26,7 +26,7 @@ jobs:
- name: create a new branch that references commit id
run: git checkout -b ${{ github.event.inputs.version_number }} ${{ github.event.inputs.commit_id }}
- name: Generate SBOM
uses: FreeRTOS/CI-CD-Github-Actions/sbom-generator@main
uses: xlin7799/CI-CD-Github-Actions/sbom-generator@generic
with:
repo_path: ./
source_path: ./source
Expand Down

0 comments on commit 21ac2f5

Please sign in to comment.