Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ucf4 authored Aug 19, 2024
1 parent 108bff7 commit d503671
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@ jobs:
- name: Publish Package - lib-hl7v2-nist
run: mvn -B package

- name: mvn deploy
run: mvn deploy
- name: build with mvn
run: mvn clean install

- name: deploy to github packages
run: mvn deploy --settings .github/mvn-settings.xml

env:
GITHUB_TOKEN: '${{ secrets.LIB_GITHUB_TOKEN }}'

0 comments on commit d503671

Please sign in to comment.