Skip to content

Commit

Permalink
workflow test
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav-from-contentstack committed May 14, 2024
1 parent 80afd61 commit eed97ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven--package-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
cat <(echo -e "$SECRET_KEY") | gpg --batch --import
# Verify gpg secret key
gpg --list-secret-keys --keyid-format LONG
echo -e ${{secrets.GPG_PRIVATE_KEY}}
cat <(echo -e "${{secrets.GPG_PASSPHRASE}}")
- uses: actions/checkout@v3
- name: Set up Maven Central Repository
uses: actions/setup-java@v3
Expand Down

0 comments on commit eed97ba

Please sign in to comment.