We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9ba588 commit 31b4231Copy full SHA for 31b4231
1 file changed
.github/workflows/release.yml
@@ -9,3 +9,6 @@ jobs:
9
release:
10
uses: evolution-gaming/scala-github-actions/.github/workflows/release.yml@v4
11
secrets: inherit
12
+ with:
13
+ verify_sbt_command: 'clean; check'
14
+ publish_sbt_command: 'build'
0 commit comments