Skip to content

Commit

Permalink
chore(build): Twiddle rockspec to trigger publish
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Aug 23, 2022
1 parent 9fd71e1 commit 8726ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion luassert-scm-1.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package = package_name
version = package_version .. "-" .. rockspec_revision

source = {
url = "git+https://github.com/"..github_account_name.."/"..github_repo_name..".git"
url = "git+https://github.com/" .. github_account_name .. "/" .. github_repo_name .. ".git"
}

if package_version == "scm" then source.branch = "master" else source.tag = "v" .. package_version end
Expand Down

0 comments on commit 8726ca6

Please sign in to comment.