Skip to content

Commit

Permalink
Generated SDK for version COR-46191/fix_pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
fireblocks_dx_team committed Jun 4, 2024
1 parent c8f2acb commit f9eee24
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 @@ -20,6 +20,6 @@ jobs:
run: |
echo -n "${{ secrets.GPG_SIGNING_KEY }}" | base64 --decode | gpg --import --batch
- name: Publish package
run: mvn --batch-mode deploy
run: mvn --batch-mode deploy -Dgpg.passphrase=${{ secrets.GPG_PASSWORD }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f9eee24

Please sign in to comment.