Skip to content

Commit

Permalink
ci: configured bash as the shell for the publish command (#741)
Browse files Browse the repository at this point in the history
  • Loading branch information
desusai7 committed May 28, 2024
1 parent 9e67b2a commit 35376e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/maven-publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ runs:
- uses: gradle/wrapper-validation-action@56b90f209b02bf6d1deae490e9ef18b21a389cd4 # pin@1.1.0

- name: Publish Android/Java Packages to Maven
shell: bash
run: ./gradlew publish -PisSnapshot=false
env:
MAVEN_USERNAME: ${{ inputs.ossr-username }}
Expand Down

0 comments on commit 35376e4

Please sign in to comment.