We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6249cba commit 8679573Copy full SHA for 8679573
.github/workflows/build.yaml
@@ -23,10 +23,7 @@ jobs:
23
java-version: 23
24
cache: 'maven'
25
26
- - name: Build with Maven
27
- run: ./mvnw -B clean verify
28
-
29
- - name: Deploy to Artifactory
+ - name: Build and deploy to Artifactory
30
env:
31
ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}
32
ARTIFACTORY_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }}
0 commit comments