We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbf6f64 commit e652754Copy full SHA for e652754
.github/workflows/publish.yml
@@ -18,6 +18,8 @@ jobs:
18
java-version: 11
19
cache: sbt
20
- uses: sbt/setup-sbt@v1
21
+ - name: Additional log
22
+ run: sbt -V
23
- name: Build and publish maven artifacts
24
run: sbt "+clean; +publish"
25
- name: Setup buildx builder
0 commit comments