Skip to content

Commit

Permalink
ci: fix Java version for publishing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
stempler authored Dec 12, 2023
1 parent 206fa0d commit d395c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
publish:
uses: wetransform/gha-workflows/.github/workflows/gradle-library-publish.yml@master
with:
java-version: 8
java-version: 17
secrets:
# need to pass secrets explicitly because shared workflow comes from different org
SLACK_NOTIFICATIONS_BOT_TOKEN: ${{ secrets.SLACK_NOTIFICATIONS_BOT_TOKEN }}
Expand Down

0 comments on commit d395c4e

Please sign in to comment.