Skip to content

Apply Codacy Production fixes #16

Apply Codacy Production fixes

Apply Codacy Production fixes #16

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'