Skip to content

Commit 73d0e94

Browse files
committed
chore: #117 Fix project name to access bom file
Signed-off-by: Laurent Broudoux <laurent.broudoux@gmail.com>
1 parent 247b232 commit 73d0e94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ assemble:
2828
files:
2929
active: ALWAYS
3030
artifacts:
31-
- path: 'target/site/microcks-testcontainers-java-{{projectVersion}}.spdx-sbom.json'
31+
- path: 'target/site/microcks-testcontainers-{{projectVersion}}.spdx-sbom.json'
3232

3333
deploy:
3434
maven:

0 commit comments

Comments
 (0)