Skip to content

Update scalafmt-core to 3.8.2 (#1111) #552

Update scalafmt-core to 3.8.2 (#1111)

Update scalafmt-core to 3.8.2 (#1111) #552

Workflow file for this run

name: Release
on:
workflow_dispatch:
release:
types: [published]
push:
tags:
- 'v*'
branches: [ master ]
paths-ignore:
- 'README.md'
concurrency:
group: release-${{ github.ref }}
cancel-in-progress: true
jobs:
publish:
name: Publish artifacts
runs-on: ubuntu-latest
timeout-minutes: 50
steps:
- name: Checkout current branch
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: coursier/cache-action@v6
- uses: olafurpg/setup-gpg@v3
- name: CI Release
env:
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
PGP_SECRET: ${{ secrets.PGP_SECRET }}
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
run: sbt ci-release