Skip to content

Commit 784a0d5

Browse files
authored
Update release.yml
1 parent 4a77ed1 commit 784a0d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
run: |
6666
mkdir -p ~/.gnupg/
6767
echo "allow-loopback-pinentry" >> ~/.gnupg/gpg-agent.conf
68+
echo "use-agent \npinentry-mode loopback" > ~/.gnupg/gpg.conf
6869
gpgconf --reload gpg-agent
6970
shell: bash
7071

@@ -95,4 +96,4 @@ jobs:
9596
9697
- name: Release
9798
run: mvn clean deploy -P release -DskipTests
98-
shell: bash
99+
shell: bash

0 commit comments

Comments
 (0)