Skip to content

Update scalafmt-core to 3.8.0 in series/1.x (#24) #35

Update scalafmt-core to 3.8.0 in series/1.x (#24)

Update scalafmt-core to 3.8.0 in series/1.x (#24) #35

Workflow file for this run

name: release
on:
push:
branches: ['series/1.x', 'series/2.x']
tags: ["*"]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 8
- run: sbt ci-release
env:
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
PGP_SECRET: ${{ secrets.PGP_SECRET }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}