Skip to content

Commit 82fa6f3

Browse files
committed
Added release versioning
1 parent 594ca12 commit 82fa6f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-deploy-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Build
1515
run: mvn -B package --file pom.xml
1616
- name: Deploy to JavaWebStack Repository
17-
run: mvn deploy -s build/settings.xml -Dversion ${{ github.event.release.tag_name }}
17+
run: mvn deploy -s build/settings.xml DnewVersion=${{ github.event.release.tag_name }}
1818
env:
1919
DEPLOYMENT_USERNAME: ${{ secrets.DEPLOYMENT_USERNAME }}
2020
DEPLOYMENT_PASSWORD: ${{ secrets.DEPLOYMENT_PASSWORD }}

0 commit comments

Comments
 (0)