Skip to content

Commit 70b32aa

Browse files
authored
Don't exclude prereleases in version check (#3945)
<!-- Reference any GitHub issues resolved by this PR --> Closes #3944 ## Introduced changes <!-- A brief description of the changes --> - ## Checklist <!-- Make sure all of these are complete --> - [ ] Linked relevant issue - [ ] Updated relevant documentation - [ ] Added relevant tests - [ ] Performed self-review of the code - [ ] Added changes to `CHANGELOG.md`
1 parent e2002de commit 70b32aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
owner: foundry-rs
4141
repo: starknet-foundry
42-
excludes: prerelease, draft
42+
excludes: draft
4343

4444
- name: Compare versions
4545
id: validVersion

0 commit comments

Comments
 (0)