Skip to content

Commit 023568b

Browse files
committed
Tried to fix gpg signing
1 parent 30c9985 commit 023568b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Build
1313
run: mvn -B package --file pom.xml
1414
- name: Install GPG Key
15-
run: echo -e "$GPG_PRIVATE_KEY" > gpgkey.asc && gpg --import gpgkey.asc && rm gpgkey.asc
15+
run: echo -e "$GPG_PRIVATE_KEY" | gpg --import --no-tty --batch --yes
1616
env:
1717
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
1818
- name: Deploy to JavaWebStack Repository

0 commit comments

Comments
 (0)