Skip to content

Commit d7d35af

Browse files
author
John Chavez
committed
Removed maven appendment
1 parent e5ea95d commit d7d35af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set release version
1616
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/v}" >> $GITHUB_ENV
1717
- name: Java Maven Upload
18-
uses: ./.github/actions/deploy-maven
18+
uses: ./.github/actions/deploy
1919
env:
2020
MVN_USERNAME: ${{ secrets.MVN_USERNAME }}
2121
MVN_PASSWORD: ${{ secrets.MVN_PASSWORD }}

0 commit comments

Comments
 (0)