Update master-branch-pipeline.yml

Disable github packages deploy
This commit is contained in:
dotasek 2024-11-09 10:44:55 -05:00 committed by GitHub
parent 07de311296
commit 7bcd3ca43b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -117,6 +117,7 @@ jobs:
# This is done for the master branch merges only.
- task: Maven@4
displayName: 'Deploy to GitHub packages'
enabled: false
inputs:
mavenPomFile: '$(System.DefaultWorkingDirectory)/pom.xml'
goals: jar:jar deploy:deploy
@ -196,4 +197,4 @@ jobs:
git push https://$(GIT_PAT)@github.com/hapifhir/org.hl7.fhir.core.git
displayName: 'Push updated csv and plot to git.'
displayName: 'Push updated csv and plot to git.'