Skip to content

Commit

Permalink
fix(ci): fix set-version script
Browse files Browse the repository at this point in the history
  • Loading branch information
gorillamoe committed Aug 12, 2024
1 parent 0a795ea commit 768648b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/set-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -euo pipefail
update_lua_globals_version() {
local tmp
tmp=$(mktemp)
sed -e "s/VERSION = \".*\"/VERSION = \"$VERSION\"/" ./lua/kulala_cmp_graphql/globals/init.lua > "$tmp" && mv "$tmp" ./lua/kulala_cmp_graphql/globals/init.lua
sed -e "s/VERSION = \".*\"/VERSION = \"$VERSION\"/" ./lua/kulala-cmp-graphql/globals/init.lua > "$tmp" && mv "$tmp" ./lua/kulala-cmp-graphql/globals/init.lua
}

update_lua_globals_version

0 comments on commit 768648b

Please sign in to comment.