Skip to content

Commit 216bb7f

Browse files
committed
cicd: made slight modifications to workflow config files
1 parent 14c19a9 commit 216bb7f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/javadoc.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
release:
55
types: [ created ]
66

7-
87
jobs:
98
build:
109
runs-on: ubuntu-latest
@@ -13,7 +12,7 @@ jobs:
1312
- name: GitHub Action for GraalVM
1413
uses: graalvm/setup-graalvm@v1
1514
with:
16-
java-version: 23
15+
java-version: 25
1716
distribution: 'graalvm'
1817
github_token: ${{ secrets.GITHUB_TOKEN }}
1918
- name: Compile
@@ -25,4 +24,3 @@ jobs:
2524
with:
2625
github_token: ${{ secrets.GITHUB_TOKEN }}
2726
publish_dir: ./target/site/apidocs
28-

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish package to GitHub Packages
1+
name: Publish package to the Maven Central Repository
22

33
on:
44
release:

0 commit comments

Comments
 (0)