Skip to content

Apply Scala format

Apply Scala format #17

Workflow file for this run

name: Publish Release
on:
push:
tags:
- 'v*'
jobs:
release:
uses: evolution-gaming/scala-github-actions/.github/workflows/release.yml@v4
secrets: inherit
with:
verify_sbt_command: 'clean; check; all test package'
publish_sbt_command: 'publish'