Skip to content

Commit 682d485

Browse files
fix Javadoc script
1 parent 99fd4ff commit 682d485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/javadoc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
id: determine-version
4444
run: |
4545
echo "MAJOR_VERSION=$(jq -r '.version' latest.json | cut -d '.' -f 1)" >> $GITHUB_OUTPUT
46-
echo "CURRENT_VERSION=$(jq -r '.version' latest.json" >> $GITHUB_OUTPUT
46+
echo "CURRENT_VERSION=$(jq -r '.version' latest.json)" >> $GITHUB_OUTPUT
4747
4848
- name: "Install project (skip tests)"
4949
run: mvn install -DskipTests --quiet

0 commit comments

Comments
 (0)