Skip to content

Commit 6a06778

Browse files
Fixed JReleaser config
1 parent ec05209 commit 6a06778

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
:project-version: 0.1.0
77
:site-url: https://redislabs-field-engineering.github.io/redis-enterprise-kafka
88

9-
image:https://github.com/{project-owner}/{project-name}/actions/workflows/maven.yml/badge.svg["Build Status", link="https://github.com/{project-owner}/{project-name}/actions"]
9+
image:https://img.shields.io/github/workflow/status/{project-owner}/{project-name}/EarlyAccess?logo=github["Build Status", link="https://github.com/{project-owner}/{project-name}/actions"]
1010
image:https://codecov.io/gh/RedisLabs-Field-Engineering/redis-enterprise-kafka/branch/master/graph/badge.svg?token=MTMRRGEWBD["Coverage", link="https://codecov.io/gh/{project-owner}/{project-name}"]
1111

1212
---

jreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ distributions:
6060
kafka-connect-archive:
6161
type: binary
6262
artifacts:
63-
- path: target/components/packages/redislabs-${project.artifactId}-${project.version}.zip
63+
- path: target/components/packages/redislabs-{{projectName}}-{{projectVersion}}.zip

0 commit comments

Comments
 (0)