We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80a9bd9 commit 753b41bCopy full SHA for 753b41b
.github/workflows/release-mvn-central.yml
@@ -46,7 +46,6 @@ jobs:
46
47
- name: Configure git
48
run: |
49
- cat <(echo -e "${{ secrets.GPG_PRIVATE_KEY }}") | gpg --batch --yes --always-trust --import
50
git config --global committer.email "infra@finos.org"
51
git config --global committer.name "FINOS Admin"
52
git config --global author.email "${GITHUB_ACTOR}@users.noreply.github.com"
0 commit comments