Skip to content

Commit

Permalink
try fix aur release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
olegantonyan committed Aug 28, 2024
1 parent f0f4a2a commit 7ab927d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/release-aur-github-action.rb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
git_ssh = "GIT_SSH_COMMAND='ssh -i #{keyfile} -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no'"

puts "cloning aur repo..."
clone_cmd = "#{git_ssh} git clone --branch master #{aur_repo}"
clone_cmd = "#{git_ssh} git clone #{aur_repo}"
puts clone_cmd
`cd #{d} && #{clone_cmd}`

Expand Down

0 comments on commit 7ab927d

Please sign in to comment.