We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27fa82d commit fdea542Copy full SHA for fdea542
1 file changed
.github/workflows/publish.yml
@@ -18,12 +18,9 @@ jobs:
18
with:
19
distribution: 'temurin'
20
java-version: 23
21
+
22
- name: Build with Maven
23
run: mvn -ntp -B package
- - name: Publish to GitHub Packages
24
- run: mvn -ntp -B -DskipTests -Prelease-gh deploy
25
- env:
26
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27
28
- name: Set up Maven Central Repository
29
uses: actions/setup-java@v4
@@ -35,6 +32,7 @@ jobs:
35
32
server-password: MAVEN_PASSWORD
36
33
gpg-private-key: ${{ secrets.OSSRH_GPG_PRIVATE_KEY }}
37
34
gpg-passphrase: MAVEN_GPG_PASSPHRASE
38
- name: Publish to the Maven Central Repository
39
run: |
40
mvn -ntp -B -DskipTests -Prelease-ossrh deploy
0 commit comments