Skip to content

Commit ef25672

Browse files
authored
Merge pull request scala#14398 from lwronski/fix/publish-sdkman
Fix - after cleanup run checkout to back to repo directory
2 parents 1776d81 + 9fa7d36 commit ef25672

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/releases.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,8 @@ jobs:
2020
- name: Cleanup
2121
run: .github/workflows/cleanup.sh
2222

23+
- name: Git Checkout
24+
uses: actions/checkout@v2
25+
2326
- name: Publish to SDKMAN
2427
run: .github/workflows/scripts/publish-sdkman.sh

0 commit comments

Comments
 (0)