Skip to content

Commit

Permalink
Set shell to bash for publish-to-sonatype-snapshots GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisCAD committed Jul 5, 2021
1 parent 937f3c6 commit b5eaedf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-to-sonatype-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
- uses: actions/[email protected]
- name: Build and upload artifacts
run: ./gradlew publishMavenPublicationToSonatypeSnapshotsRepository
shell: bash
env:
sonatype_username: ${{ secrets.SONATYPE_USERNAME }}
sonatype_password: ${{ secrets.SONATYPE_PASSWORD }}
Expand Down

0 comments on commit b5eaedf

Please sign in to comment.