Skip to content

Commit

Permalink
test. ipd publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Arjun-Go committed Dec 11, 2023
1 parent 2084c7b commit ae5ee0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- main
- Bahmni-IPD-master
- ipd-publish-workflow
workflow_dispatch:

jobs:
Expand All @@ -20,7 +21,7 @@ jobs:
server-username: NEXUS_USERNAME
server-password: NEXUS_PASSWORD
- name: Build and deploy with Maven
run: ./mvnw --no-transfer-progress clean -U deploy
run: mvn clean -U deploy
env:
NEXUS_USERNAME: ${{ secrets.NEXUS_USERNAME }}
NEXUS_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}

0 comments on commit ae5ee0d

Please sign in to comment.