Skip to content

Commit 2651547

Browse files
publish ワークフローに sbt/setup-sbt を追加
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 95a0653 commit 2651547

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
distribution: temurin
1919
java-version: '21'
20-
cache: sbt
20+
- uses: sbt/setup-sbt@v1
2121
- name: Test
2222
run: sbt "+test"
2323
- name: Publish

0 commit comments

Comments
 (0)