Skip to content

Commit 4298ca3

Browse files
committed
fix: 修复tag格式
1 parent 21f01e9 commit 4298ca3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release KiCAD Library
33
on:
44
push:
55
tags:
6-
- 'v*'
6+
- '*'
77

88
jobs:
99
release:

scripts/build_release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def create_package_metadata(all_tags: List[str], current_tag: str) -> Dict[str,
9292
version_info = {
9393
"version": tag,
9494
"status": "stable" if tag == current_tag else "stable",
95-
"kicad_version": "6.0"
95+
"kicad_version": "9.0"
9696
}
9797
versions.append(version_info)
9898

0 commit comments

Comments
 (0)