Skip to content

Commit

Permalink
deploy to ossrh
Browse files Browse the repository at this point in the history
  • Loading branch information
sboeckelmann committed Jun 17, 2024
1 parent fc7d32c commit ed7c524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
gpg --batch --list-secret-keys --keyid-format LONG
- name: deploy testdata generator modules
if: false
env:
OPENEPCIS_OSSRH_USERNAME: ${{ secrets.PUB_OSSRH_USERNAME }}
OPENEPCIS_OSSRH_PASSWORD: ${{ secrets.PUB_OSSRH_PASSWORD }}
Expand All @@ -54,6 +53,7 @@ jobs:
-B clean verify deploy
- name: install testdata generator modules
if: false
env:
OPENEPCIS_OSSRH_USERNAME: ${{ secrets.PUB_OSSRH_USERNAME }}
OPENEPCIS_OSSRH_PASSWORD: ${{ secrets.PUB_OSSRH_PASSWORD }}
Expand Down

0 comments on commit ed7c524

Please sign in to comment.