Skip to content

Commit e79f51d

Browse files
asafs932fireblocks_dx_team
andauthored
Generated SDK for version COR-46191/fix_pipelines (#23)
Co-authored-by: fireblocks_dx_team <[email protected]>
1 parent 59e7773 commit e79f51d

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
@@ -20,6 +20,6 @@ jobs:
2020
run: |
2121
echo -n "${{ secrets.GPG_SIGNING_KEY }}" | base64 --decode | gpg --import --batch
2222
- name: Publish package
23-
run: mvn --batch-mode deploy -Dgpg.passphrase=${{ secrets.GPG_PASSWORD }}
23+
run: mvn --batch-mode deploy -Dgpg.passphrase='${{ secrets.GPG_PASSWORD }}'
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)