Skip to content

Commit

Permalink
fix typo in github ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gciatto committed Oct 24, 2020
1 parent 9f3318a commit 8306662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ jobs:

- name: Publish on Maven Central Repo
run: gradle ${{ env.gradle-options }} publishAllToBintray --parallel
if: contains(github.ref, "master")
if: contains(github.ref, 'master')
env:
ORG_GRADLE_PROJECT_ossrhUsername: ${{ secrets.OSSRH_USERNAME }}
ORG_GRADLE_PROJECT_ossrhPassword: ${{ secrets.OSSRH_PASSWORD }}
Expand Down

0 comments on commit 8306662

Please sign in to comment.