Skip to content

Commit 7e45ebf

Browse files
committed
removed deployment to github packages. we are using maven central
1 parent 1c6d6ce commit 7e45ebf

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/maven.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ on:
1515

1616
permissions:
1717
contents: write
18-
packages: write
1918

2019
jobs:
2120
build:
@@ -28,16 +27,10 @@ jobs:
2827
with:
2928
java-version: "17"
3029
distribution: "temurin"
31-
server-id: github
3230
cache: maven
3331
- name: Build with Maven
3432
run: mvn -B package --file pom.xml
3533

36-
- name: Publish to GitHub Packages
37-
run: mvn deploy -DskipTests
38-
env:
39-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40-
4134
- name: Create Release
4235
uses: softprops/action-gh-release@v2
4336
with:

0 commit comments

Comments
 (0)