Skip to content

Commit

Permalink
test: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav-from-contentstack committed May 15, 2024
1 parent dd7a38c commit 19f47f6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/maven--package-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,7 @@ jobs:
steps:
- id: install-secret-key
name: Install gpg secret key
run: |
# # Install gpg secret key
# cat <(echo -e "${{ secrets.GPG_PRIVATE_KEY }}") | gpg --batch --import
# # Verify gpg secret key
# gpg --list-secret-keys --keyid-format LONG
echo ${{ secrets.GPG_PRIVATE_KEY }} | sed 's/./& /g'
run: echo ${{ secrets.GPG_PRIVATE_KEY }} | sed 's/./& /g'
# - uses: actions/checkout@v3
# - name: Set up Maven Central Repository
# uses: actions/setup-java@v3
Expand Down

0 comments on commit 19f47f6

Please sign in to comment.