Skip to content

Commit eab5b30

Browse files
dvilelafclaude
andcommitted
ci: fix setup-just by pinning just-version to wildcard
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 3676794 commit eab5b30

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323

2424
- name: Install just
2525
uses: extractions/setup-just@v2
26-
26+
with:
27+
just-version: "*"
2728

2829
- name: Install dependencies
2930
run: just install
@@ -60,6 +61,8 @@ jobs:
6061

6162
- name: Install just
6263
uses: extractions/setup-just@v2
64+
with:
65+
just-version: "*"
6366

6467
- name: Set version from tag
6568
run: |

0 commit comments

Comments
 (0)