Skip to content

Commit a586fbc

Browse files
committed
automate release via release.yml
1 parent eadd357 commit a586fbc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ jobs:
5353
- name: Maven Release Perform
5454
env:
5555
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
56-
ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}
57-
ARTIFACTORY_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }}
56+
ARTIFACTORY_USERNAME: ${{ secrets.BINTRAY_USERNAME }}
57+
ARTIFACTORY_PASSWORD: ${{ secrets.BINTRAY_PASSWORD }}
5858
run: |
5959
mvn --batch-mode release:perform \
6060
-DaltDeploymentRepository=openmrs-repo-modules::default::https://openmrs.jfrog.io/artifactory/modules/ \
61-
-Dusername=$ARTIFACTORY_USERNAME \
62-
-Dpassword=$ARTIFACTORY_PASSWORD
61+
-Dusername=$BINTRAY_USERNAME \
62+
-Dpassword=$BINTRAY_PASSWORD

0 commit comments

Comments
 (0)