Skip to content

Commit 9611c1b

Browse files
committed
release: 0.1.0
1 parent 42507e4 commit 9611c1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
tag_name: ${{ env.version }}
157157
name: Release ${{ env.version }}
158158
body: ${{steps.github_release.outputs.changelog}}
159-
files: "*-app.bom.json"
159+
files: "*-app.sbom.json"
160160
draft: true
161161
prerelease: false
162162
env:
@@ -166,8 +166,8 @@ jobs:
166166
if: ${{ env.SKIP != 'true' }}
167167
run: |
168168
echo "Removing the following SBOM files:"
169-
ls -1 *-app.bom.json || echo "No files found"
170-
rm -f *-app.bom.json
169+
ls -1 *-app.sbom.json || echo "No files found"
170+
rm -f *-app.sbom.json
171171
rm -rf bin/
172172
173173
- name: Create pr for next version

0 commit comments

Comments
 (0)