We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3676741 commit abc236cCopy full SHA for abc236c
2 files changed
.changeset/bold-falcons-sniff.md
@@ -0,0 +1,7 @@
1
+---
2
+'@fetchkit/ffetch': patch
3
4
+
5
+Fixed
6
7
+- SBOM attachment to GitHub release assets
.github/workflows/publish.yml
@@ -95,7 +95,14 @@ jobs:
95
with:
96
format: spdx-json
97
output-file: sbom.spdx.json
98
- upload-release-assets: true
+ upload-release-assets: false
99
+ upload-artifact: false
100
101
+ - name: Upload SBOM to release
102
+ uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3
103
+ with:
104
+ tag_name: v${{ steps.package.outputs.version }}
105
+ files: sbom.spdx.json
106
107
- name: Announce release to Discord
108
run: |
0 commit comments