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 19f47f6 commit a4d9091
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 @@ -13,7 +13,7 @@ jobs:
steps:
- id: install-secret-key
name: Install gpg secret key
run: 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 a4d9091

Please sign in to comment.