Skip to content

Commit

Permalink
Merge pull request #12 from duckdb/gnupg
Browse files Browse the repository at this point in the history
Fixing gnupg issue with release
  • Loading branch information
hannes authored May 24, 2024
2 parents 823a3a4 + 97fc771 commit f771f4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,8 @@ jobs:
- name: Combine JARs
shell: bash
run: |
mkdir -p ~/.gnupg
echo "pinentry-mode loopback" > ~/.gnupg/gpg.conf
if [[ "$GITHUB_REF" =~ ^(refs/heads/main|refs/tags/v.+)$ && "$GITHUB_REPOSITORY" = "duckdb/duckdb-java" ]] ; then
export XML='
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
Expand Down

0 comments on commit f771f4c

Please sign in to comment.