Skip to content

Commit e6f6e4a

Browse files
committed
fix auto-upload SBOM disabled
1 parent 3736585 commit e6f6e4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
output-file: sbom.spdx.json
140140
registry-username: ${{ secrets.DOCKERHUB_USERNAME }}
141141
registry-password: ${{ secrets.DOCKERHUB_TOKEN }}
142-
upload-artifact: "true"
142+
upload-artifact: "false"
143143

144144
- name: Upload SBOM
145145
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)