Skip to content

Commit

Permalink
settings
Browse files Browse the repository at this point in the history
  • Loading branch information
patduin committed Aug 23, 2021
1 parent 1ebe83a commit 553337c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
settings-path: ${{ github.workspace }}
- name: Run Maven Targets
# run: mvn deploy jacoco:report coveralls:report --batch-mode --show-version --activate-profiles coveralls -Dcoveralls.skip=$COVERALLS_SKIP -DrepoToken=${{ secrets.COVERALLS_REPO_TOKEN }}
run: mvn deploy -DskipTests --activate-profiles release-via-github-actions --batch-mode --show-version -DrepoToken=${{ secrets.COVERALLS_REPO_TOKEN }}
run: mvn deploy -DskipTests --settings $GITHUB_WORKSPACE/settings.xml --activate-profiles release-via-github-actions --batch-mode --show-version -DrepoToken=${{ secrets.COVERALLS_REPO_TOKEN }}
env:
HCOM_SONATYPE_PASSWORD: ${{ secrets.HCOM_SONATYPE_PASSWORD }}
HCOM_SONATYPE_USERNAME: ${{ secrets.HCOM_SONATYPE_USERNAME }}
Expand Down
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,6 @@
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
<arg>--no-tty</arg>
</gpgArguments>
</configuration>
</execution>
Expand Down

0 comments on commit 553337c

Please sign in to comment.