We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15e12dd commit c2bc9e0Copy full SHA for c2bc9e0
1 file changed
.github/workflows/release.yml
@@ -45,8 +45,8 @@ jobs:
45
- name: Adjust the version to the release
46
run: mvn -B versions:set -DnewVersion=${{ steps.parser.outputs.version }} --file pom.xml
47
48
- - name: Build with Maven
49
- run: mvn -B install --file pom.xml
+ - name: Build and deploy with Maven
+ run: mvn -B deploy --file pom.xml
50
env:
51
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
52
MAVEN_CENTRAL_TOKEN: ${{ secrets.MAVEN_CENTRAL_TOKEN }}
0 commit comments