Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
run ci
  • Loading branch information
ishaileshmishra committed Aug 10, 2023
commit c257e970b82dc16dd4514949a2ba9dd1eac58ace
8 changes: 4 additions & 4 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
packages: write
steps:
- uses: actions/checkout@v3
- name: Import GPG Key
run: |
echo "$GPG_PRIVATE_KEY" | gpg --import
echo "$GPG_PASSPHRASE" | gpg --batch --yes --passphrase-fd 0 --pinentry-mode loopback --edit-key KEY_ID trust
# - name: Import GPG Key
# run: |
# echo "$GPG_PRIVATE_KEY" | gpg --import
# echo "$GPG_PASSPHRASE" | gpg --batch --yes --passphrase-fd 0 --pinentry-mode loopback --edit-key KEY_ID trust
- name: Set GPG_TTY
run: echo "GPG_TTY=$(tty)" >> $GITHUB_ENV
- name: Set up Maven Central Repository
Expand Down