Skip to content

Commit

Permalink
fix(sdk) : workflow fix (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramanth authored Oct 8, 2024
1 parent cd311a5 commit 1d9dcc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-older-version-sdks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
- name: Publish to Apache Maven Central
run: |
export GPG_TTY=$(tty)
cd ${{ env.JAVA_SDK_LOCATION_v1 }}
mvn -Psign-artifacts verify deploy
Expand Down

0 comments on commit 1d9dcc5

Please sign in to comment.