Skip to content

Commit

Permalink
Remove lint to fix CI (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahkoop authored Dec 12, 2023
1 parent 813f29c commit b86d60c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

# Publish after successful build and unit tests
publish_browser_switch:
needs: [ build_aar, unit_test_browser_switch, static_analysis ]
needs: [ build_aar, unit_test_browser_switch ]
name: Publish To Sonatype
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit b86d60c

Please sign in to comment.