Skip to content

Commit c8f2acb

Browse files
asafs932fireblocks_dx_team
andauthored
Generated SDK for version COR-46191/fix_pipelines (#21)
Co-authored-by: fireblocks_dx_team <[email protected]>
1 parent 7475bc5 commit c8f2acb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
distribution: 'temurin'
1919
- name: Configure GPG Key
2020
run: |
21-
echo -n "${{ secrets.GPG_SIGNING_KEY }}" | base64 --decode | gpg --import
21+
echo -n "${{ secrets.GPG_SIGNING_KEY }}" | base64 --decode | gpg --import --batch
2222
- name: Publish package
2323
run: mvn --batch-mode deploy
2424
env:

0 commit comments

Comments
 (0)