Skip to content

Commit 753b41b

Browse files
committed
Fix maven publish action
1 parent 80a9bd9 commit 753b41b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release-mvn-central.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ jobs:
4646

4747
- name: Configure git
4848
run: |
49-
cat <(echo -e "${{ secrets.GPG_PRIVATE_KEY }}") | gpg --batch --yes --always-trust --import
5049
git config --global committer.email "infra@finos.org"
5150
git config --global committer.name "FINOS Admin"
5251
git config --global author.email "${GITHUB_ACTOR}@users.noreply.github.com"

0 commit comments

Comments
 (0)