Skip to content

Commit

Permalink
fix: バージョン更新時のタグ付けを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
HiroSpark committed Mar 16, 2022
1 parent f1cf18b commit bca9575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.lua
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ end

function tag_hook(tagname)
os.execute("git commit -a -m 'chore: バージョンを v" .. tagname .. " に更新'")
os.execute("git v" .. tagname)
os.execute("git tag v" .. tagname)
end

0 comments on commit bca9575

Please sign in to comment.