Skip to content

Update logback-classic to 1.5.3 (#584) #361

Update logback-classic to 1.5.3 (#584)

Update logback-classic to 1.5.3 (#584) #361

Workflow file for this run

name: Release
on:
push:
branches: [ master ]
release:
types: [ published ]
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
fetch-depth: 0
- uses: olafurpg/setup-scala@v14
with:
java-version: 11
- name: Coursier cache
uses: coursier/cache-action@v6
- name: sbt ci-release ${{ github.ref }}
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 }}