We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eadd357 commit a586fbcCopy full SHA for a586fbc
.github/workflows/release.yml
@@ -53,10 +53,10 @@ jobs:
53
- name: Maven Release Perform
54
env:
55
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
56
- ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}
57
- ARTIFACTORY_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }}
+ ARTIFACTORY_USERNAME: ${{ secrets.BINTRAY_USERNAME }}
+ ARTIFACTORY_PASSWORD: ${{ secrets.BINTRAY_PASSWORD }}
58
run: |
59
mvn --batch-mode release:perform \
60
-DaltDeploymentRepository=openmrs-repo-modules::default::https://openmrs.jfrog.io/artifactory/modules/ \
61
- -Dusername=$ARTIFACTORY_USERNAME \
62
- -Dpassword=$ARTIFACTORY_PASSWORD
+ -Dusername=$BINTRAY_USERNAME \
+ -Dpassword=$BINTRAY_PASSWORD
0 commit comments