We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1e9c71 commit 24fc813Copy full SHA for 24fc813
1 file changed
.github/workflows/maven-central-release.yml
@@ -29,9 +29,13 @@ jobs:
29
with:
30
java-version: 17
31
distribution: corretto
32
- - name: Build and Test
33
- run: mvn clean verify
+# - name: Setup Node.js
+# uses: actions/setup-node@v4
34
+# with:
35
+# node-version: '20'
36
+# - name: Build and Test
37
+# run: mvn clean verify
38
- name: Publish to GitHub Packages
- run: mvn -X -Drevision=${RELEASE_VERSION} --batch-mode deploy
39
+ run: mvn -X -Drevision=${RELEASE_VERSION} -DskipTests --batch-mode deploy
40
env:
41
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments