Skip to content

Merge pull request #149 from scala-steward/update/scalafmt-core-3.11.3 #138

Merge pull request #149 from scala-steward/update/scalafmt-core-3.11.3

Merge pull request #149 from scala-steward/update/scalafmt-core-3.11.3 #138

Workflow file for this run

name: Release
on:
push:
branches:
- main
tags: ["*"]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
with:
fetch-depth: 0
- uses: actions/setup-java@v5
with:
distribution: 'temurin'
java-version: '11'
- run: ./mill -i mill.scalalib.SonatypeCentralPublishModule/
env:
MILL_PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
MILL_PGP_SECRET_BASE64: ${{ secrets.PGP_SECRET }}
MILL_SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
MILL_SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}