Skip to content

Commit cf5c3fa

Browse files
authored
ci: Fix release workflow
1 parent 822018d commit cf5c3fa

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ jobs:
112112
JRELEASER_DRY_RUN: ${{ inputs.dryrun }}
113113
JRELEASER_TAG_NAME: "v${{ env.CURRENT_VERSION }}"
114114
JRELEASER_PREVIOUS_TAG_NAME: "v${{ env.PREVIOUS_VERSION }}"
115+
JRELEASER_PROJECT_VERSION: ${{ env.CURRENT_VERSION }}
115116
with:
116117
setup-java: false
117118

jreleaser.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ project:
2626
vcsBrowser: https://{{repoHost}}/{{repoOwner}}/{{repoName}}
2727
help: https://{{repoHost}}/{{repoOwner}}/{{repoName}}/discussions
2828
contribute: https://{{repoHost}}/{{repoOwner}}/{{repoName}}/blob/main/CONTRIBUTING.md
29+
languages:
30+
java:
31+
groupId: ai.docling
32+
version: 17
33+
multiProject: true
2934

3035
signing:
3136
active: ALWAYS

0 commit comments

Comments
 (0)