Skip to content

Commit

Permalink
Make sure tags aren't signed (crystal-lang#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joakim Repomaa committed May 12, 2020
1 parent 052bd26 commit d34b0e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/support/factories.cr
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ end

def create_git_tag(project, version)
Dir.cd(git_path(project)) do
run "git tag #{version}"
run "git tag --no-sign #{version}"
end
end

Expand Down

0 comments on commit d34b0e9

Please sign in to comment.