Skip to content

Commit

Permalink
updated the dup
Browse files Browse the repository at this point in the history
  • Loading branch information
ucf4 committed Aug 22, 2024
1 parent da4ca06 commit c91c6a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-maven-central.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
distribution: temurin

- name: Build and deploy to Maven Central
run: mvn deploy -DrepositoryId=central -Durl=https://mvnrepository.com/gov.cdc.lib-hl7v2-nist-validator
run: mvn deploy -DrepositoryId=central -Durl=https://maven.pkg.github.com/cdcgov/lib-hl7v2-nist-validator
env:
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
Expand Down

0 comments on commit c91c6a8

Please sign in to comment.