Skip to content

Commit bb8ac45

Browse files
committed
First checkout the code, otherwise mise.toml file is not available
1 parent 12d77e1 commit bb8ac45

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@ jobs:
2626
sudo docker image prune --all --force
2727
sudo docker builder prune -a
2828
df -h
29+
- name: Check out code
30+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
31+
with:
32+
fetch-depth: 0
33+
persist-credentials: false
2934
- name: Install mise
3035
uses: jdx/mise-action@c1a019b8d2586943b4dbebc456323b516910e310
3136
env:
3237
MISE_FETCH_REMOTE_VERSIONS_TIMEOUT: 30s
3338
with:
3439
version: 2026.2.20
35-
- name: Check out code
36-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
37-
with:
38-
fetch-depth: 0
39-
persist-credentials: false
4040
- name: Show GoReleaser version
4141
run: goreleaser --version
4242
- name: Build

0 commit comments

Comments
 (0)