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 May 27, 2024
1 parent 62b8bf4 commit 691cb45
Show file tree
Hide file tree
Showing 5 changed files with 866 additions and 313 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-maven.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
#
# This file is auto-generated by OpenAPI Generator (https://openapi-generator.tech)

name: Java CI with Maven

on:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/publish-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ jobs:
with:
java-version: '11'
distribution: 'temurin'
- name: Configure GPG Key
run: |
echo -n "${{ secrets.GPG_SIGNING_KEY }}" | base64 --decode | gpg --import
- name: Publish package
run: mvn --batch-mode deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Loading

0 comments on commit 691cb45

Please sign in to comment.