Skip to content

Commit c2bc9e0

Browse files
committed
Deploy test 1
1 parent 15e12dd commit c2bc9e0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
- name: Adjust the version to the release
4646
run: mvn -B versions:set -DnewVersion=${{ steps.parser.outputs.version }} --file pom.xml
4747

48-
- name: Build with Maven
49-
run: mvn -B install --file pom.xml
48+
- name: Build and deploy with Maven
49+
run: mvn -B deploy --file pom.xml
5050
env:
5151
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
5252
MAVEN_CENTRAL_TOKEN: ${{ secrets.MAVEN_CENTRAL_TOKEN }}

0 commit comments

Comments
 (0)