Skip to content

Commit

Permalink
run missed build
Browse files Browse the repository at this point in the history
  • Loading branch information
sboeckelmann committed Jun 16, 2024
1 parent 78943c0 commit da9c47c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/maven-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,19 @@ jobs:
-Popenepcis-ossrh \
-B clean verify deploy
- name: install testdata generator modules
env:
OPENEPCIS_OSSRH_USERNAME: ${{ secrets.PUB_OSSRH_USERNAME }}
OPENEPCIS_OSSRH_PASSWORD: ${{ secrets.PUB_OSSRH_PASSWORD }}
run: |
mvn \
-s .mvn/settings.xml \
--no-transfer-progress \
--batch-mode \
-Dgpg.passphrase=${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }} \
-Popenepcis-ossrh \
-B clean verify install
- name: 'Get Version Number'
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
Expand Down

0 comments on commit da9c47c

Please sign in to comment.