Skip to content

Commit

Permalink
fix: add missing java version
Browse files Browse the repository at this point in the history
Signed-off-by: Cristian G <[email protected]>
  • Loading branch information
cristianIOHK committed Aug 8, 2024
1 parent 26624d0 commit be8b2b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name: Release sdk

env:
JAVA_VERSION: 17
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
GITHUB_ACTOR: "hyperledger-bot"
GITHUB_ACTOR_EMAIL: "[email protected]"
Expand All @@ -12,6 +13,7 @@ env:
OSSRH_GPG_SECRET_KEY: ${{ secrets.OSSRH_GPG_SECRET_KEY }}
OSSRH_GPG_SECRET_KEY_PASSWORD: ${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }}


on:
workflow_dispatch:

Expand Down

0 comments on commit be8b2b6

Please sign in to comment.