Skip to content

Merge pull request #150 from scala-steward/update/scalafmt-core-3.11.4 #139

Merge pull request #150 from scala-steward/update/scalafmt-core-3.11.4

Merge pull request #150 from scala-steward/update/scalafmt-core-3.11.4 #139

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 }}