Skip to content

Commit 71e5018

Browse files
authored
Update nuget-publish.yml
1 parent 388e5c5 commit 71e5018

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nuget-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
# Get version from tag
5454
VERSION=${GITHUB_REF#refs/tags/}
5555
mkdir -p sbom/$VERSION
56-
dotnet tool run dotnet-CycloneDX OpenCode/OpenCode.csproj -o sbom/$VERSION -f json -n bom.json
56+
dotnet tool run dotnet-CycloneDX OpenCode/OpenCode.csproj -o sbom/$VERSION -f json
5757
5858
- name: Commit SBOM to repository
5959
env:

0 commit comments

Comments
 (0)