Skip to content

Commit 565c198

Browse files
committed
build: 适配插件集自动化构建
1 parent db42673 commit 565c198

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
@@ -70,7 +70,7 @@ jobs:
7070
- name: Get tag from Base.lua
7171
id: get_tag
7272
run: |
73-
VERSION=$(grep "local _VERSION_" "Boilerplate_!Base/src/lib/Base.lua" | sed -n "s/local _VERSION_.*= *['\"]\\([^'\"]*\\)['\"].*/\\1/p")
73+
VERSION=$(grep "local _VERSION_" "MY_!Base/src/lib/Base.lua" | sed -n "s/local _VERSION_.*= *['\"]\\([^'\"]*\\)['\"].*/\\1/p")
7474
if [ -z "$VERSION" ]; then
7575
echo "Error: Could not extract version from Base.lua"
7676
exit 1

0 commit comments

Comments
 (0)