Skip to content

Commit

Permalink
ci: fixing typo in publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tanderson-ld authored Mar 7, 2024
1 parent 7103634 commit 693e1a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
uses: ./.github/actions/ci
with:
run_tests: ${{ inputs.run_tests }}
android_api_level: [ '25' ]
java_version: [ '17' ]
android_api_level: '25'
java_version: '17'

- uses: launchdarkly/gh-actions/actions/[email protected]
name: Get secrets
Expand Down

0 comments on commit 693e1a5

Please sign in to comment.