Skip to content

Merge pull request #262 from sepehr541/patch-4 #14

Merge pull request #262 from sepehr541/patch-4

Merge pull request #262 from sepehr541/patch-4 #14

Workflow file for this run

name: Publish
on:
push:
branches: [ 'main' ]
jobs:
publish-sonatype:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '21'
- name: 'Publish'
run: ./mill pgo.publishSonatypeCentral
env:
MILL_PGP_PASSPHRASE: ${{ secrets.SONATYPE_GPG_PASSPHRASE }}
MILL_PGP_SECRET_BASE64: ${{ secrets.SONATYPE_GPG }}
MILL_SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
MILL_SONATYPE_USERNAME: ${{ secrets.SONATYPE_USER }}