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 42507e4 commit 9611c1bCopy full SHA for 9611c1b
.github/workflows/release.yaml
@@ -156,7 +156,7 @@ jobs:
156
tag_name: ${{ env.version }}
157
name: Release ${{ env.version }}
158
body: ${{steps.github_release.outputs.changelog}}
159
- files: "*-app.bom.json"
+ files: "*-app.sbom.json"
160
draft: true
161
prerelease: false
162
env:
@@ -166,8 +166,8 @@ jobs:
166
if: ${{ env.SKIP != 'true' }}
167
run: |
168
echo "Removing the following SBOM files:"
169
- ls -1 *-app.bom.json || echo "No files found"
170
- rm -f *-app.bom.json
+ ls -1 *-app.sbom.json || echo "No files found"
+ rm -f *-app.sbom.json
171
rm -rf bin/
172
173
- name: Create pr for next version
0 commit comments