Skip to content

Commit

Permalink
Make publish-to-sonatype-snapshots workflow run on Ubuntu again
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisCAD committed Jul 7, 2021
1 parent ed0cf3e commit d8f8532
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-to-sonatype-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@ on:
jobs:
build-and-upload:
name: Build and upload
runs-on: windows-latest
runs-on: ubuntu-latest
steps:
- 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 d8f8532

Please sign in to comment.