Skip to content

Commit f9bf822

Browse files
authored
fix: Fix duplicate version (#79)
1 parent c081816 commit f9bf822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
id: matrix
3535
run: |
3636
echo 'systems=["ubuntu-2204-lts"]' >> "$GITHUB_OUTPUT"
37-
echo 'versions=["4.14.0", "4.13.1", "4.13.1", "4.13.0", "4.12.2", "4.12.1", "4.12.0"]' >> "$GITHUB_OUTPUT"
37+
echo 'versions=["4.14.0", "4.13.1", "4.13.0", "4.12.2", "4.12.1", "4.12.0"]' >> "$GITHUB_OUTPUT"
3838
3939
build-bare:
4040
needs:

0 commit comments

Comments
 (0)