Skip to content

Commit fdea542

Browse files
committed
cicd: removed publishing to github packages (#10)
1 parent 27fa82d commit fdea542

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,9 @@ jobs:
1818
with:
1919
distribution: 'temurin'
2020
java-version: 23
21+
2122
- name: Build with Maven
2223
run: mvn -ntp -B package
23-
- name: Publish to GitHub Packages
24-
run: mvn -ntp -B -DskipTests -Prelease-gh deploy
25-
env:
26-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2724

2825
- name: Set up Maven Central Repository
2926
uses: actions/setup-java@v4
@@ -35,6 +32,7 @@ jobs:
3532
server-password: MAVEN_PASSWORD
3633
gpg-private-key: ${{ secrets.OSSRH_GPG_PRIVATE_KEY }}
3734
gpg-passphrase: MAVEN_GPG_PASSPHRASE
35+
3836
- name: Publish to the Maven Central Repository
3937
run: |
4038
mvn -ntp -B -DskipTests -Prelease-ossrh deploy

0 commit comments

Comments
 (0)