We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ab9b6f + e937c1e commit 2e7a80aCopy full SHA for 2e7a80a
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
with:
29
java-version: ${{ matrix.java }}
30
distribution: temurin
31
- - uses: coursier/cache-action@v6
+ cache: sbt
32
- shell: bash
33
run: sbt -v $(if [[ "${{matrix.sbt_version}}" != "" ]] ; then echo "^^${{matrix.sbt_version}}" ; fi) test scripted
34
.github/workflows/release.yml
@@ -1,7 +1,7 @@
1
name: Release
2
on:
3
push:
4
- branches: [master]
+ branches: ["master", "main"]
5
tags: ["*"]
6
jobs:
7
publish:
@@ -14,6 +14,7 @@ jobs:
14
15
java-version: 8
16
distribution: adopt
17
18
- run: sbt -Dsbt.io.jdktimestamps=true ci-release
19
if: ${{ github.repository_owner == 'sbt' }}
20
env:
0 commit comments