Skip to content

Commit

Permalink
Generated SDK for version COR-46191/fix_pipelines (#21)
Browse files Browse the repository at this point in the history
Co-authored-by: fireblocks_dx_team <[email protected]>
  • Loading branch information
asafs932 and fireblocks_dx_team authored Jun 4, 2024
1 parent 7475bc5 commit c8f2acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
distribution: 'temurin'
- name: Configure GPG Key
run: |
echo -n "${{ secrets.GPG_SIGNING_KEY }}" | base64 --decode | gpg --import
echo -n "${{ secrets.GPG_SIGNING_KEY }}" | base64 --decode | gpg --import --batch
- name: Publish package
run: mvn --batch-mode deploy
env:
Expand Down

0 comments on commit c8f2acb

Please sign in to comment.