Skip to content

Commit

Permalink
fix: Include java version for build when publishing. (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
kinyoklion committed Jun 5, 2024
1 parent e73c3f6 commit d5880fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
uses: ./.github/actions/ci
with:
run_tests: ${{ inputs.run_tests }}
java_version: '11'

- uses: launchdarkly/gh-actions/actions/release-secrets@release-secrets-v1.1.0
name: Get secrets
Expand Down

0 comments on commit d5880fe

Please sign in to comment.