We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db42673 commit 565c198Copy full SHA for 565c198
.github/workflows/release.yml
@@ -70,7 +70,7 @@ jobs:
70
- name: Get tag from Base.lua
71
id: get_tag
72
run: |
73
- VERSION=$(grep "local _VERSION_" "Boilerplate_!Base/src/lib/Base.lua" | sed -n "s/local _VERSION_.*= *['\"]\\([^'\"]*\\)['\"].*/\\1/p")
+ VERSION=$(grep "local _VERSION_" "MY_!Base/src/lib/Base.lua" | sed -n "s/local _VERSION_.*= *['\"]\\([^'\"]*\\)['\"].*/\\1/p")
74
if [ -z "$VERSION" ]; then
75
echo "Error: Could not extract version from Base.lua"
76
exit 1
0 commit comments