Skip to content

Commit

Permalink
Merge pull request #3 from duckdb/batchimport
Browse files Browse the repository at this point in the history
Fixing GPG Key import?
  • Loading branch information
hannes authored Apr 30, 2024
2 parents a910040 + 78b1725 commit 91d4e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ jobs:
mkdir ~/.m2
echo $XML | sed "s/PASSWORD/${{ secrets.MAVEN_PASSWORD }}/" > ~/.m2/settings.xml
echo "${{ secrets.MAVEN_PGP_PK }}" | base64 -d > maven_pgp_key
gpg --import maven_pgp_key
gpg --batch --import maven_pgp_key
python scripts/jdbc_maven_deploy.py ${{ github.ref_name }} jdbc-artifacts .
fi
ls -lahR jdbc-artifacts
Expand Down

0 comments on commit 91d4e92

Please sign in to comment.