Skip to content

Commit

Permalink
Update ubuntu version for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
lolgab committed Jul 17, 2024
1 parent 4673dc0 commit 9f09aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
publish-sonatype:
if: github.repository == 'lolgab/scalaui' && contains(github.ref, 'refs/tags/')
needs: build
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
env:
SONATYPE_PGP_PRIVATE_KEY: ${{ secrets.SONATYPE_PGP_PRIVATE_KEY }}
SONATYPE_PGP_PRIVATE_KEY_PASSWORD: ${{ secrets.SONATYPE_PGP_PRIVATE_KEY_PASSWORD }}
Expand Down

0 comments on commit 9f09aad

Please sign in to comment.