We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c6d6ce commit 7e45ebfCopy full SHA for 7e45ebf
1 file changed
.github/workflows/maven.yml
@@ -15,7 +15,6 @@ on:
15
16
permissions:
17
contents: write
18
- packages: write
19
20
jobs:
21
build:
@@ -28,16 +27,10 @@ jobs:
28
27
with:
29
java-version: "17"
30
distribution: "temurin"
31
- server-id: github
32
cache: maven
33
- name: Build with Maven
34
run: mvn -B package --file pom.xml
35
36
- - name: Publish to GitHub Packages
37
- run: mvn deploy -DskipTests
38
- env:
39
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40
-
41
- name: Create Release
42
uses: softprops/action-gh-release@v2
43
0 commit comments