Skip to content

Commit 35376e4

Browse files
authored
ci: configured bash as the shell for the publish command (#741)
1 parent 9e67b2a commit 35376e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/maven-publish/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ runs:
3131
- uses: gradle/wrapper-validation-action@56b90f209b02bf6d1deae490e9ef18b21a389cd4 # [email protected]
3232

3333
- name: Publish Android/Java Packages to Maven
34+
shell: bash
3435
run: ./gradlew publish -PisSnapshot=false
3536
env:
3637
MAVEN_USERNAME: ${{ inputs.ossr-username }}

0 commit comments

Comments
 (0)