Skip to content

Update scalafmt-core to 3.8.2 (#161) #136

Update scalafmt-core to 3.8.2 (#161)

Update scalafmt-core to 3.8.2 (#161) #136

Workflow file for this run

name: Release
on:
push:
branches: [ main ]
tags: ["*"]
jobs:
publish:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Java
uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: '17'
cache: 'sbt'
- name: Install Dependencies
run: |
sudo apt-get update
sudo apt-get install -y libatlas-base-dev
- 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 }}