Skip to content

Commit

Permalink
bin/release: narrow release files
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Jul 15, 2024
1 parent eca01a1 commit 90c1006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/release
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class Release
end

def dist_pathnames
Pathname.new("dist").children
Pathname.new("dist").glob("trix.*")
end

def content_type(pathname)
Expand Down

0 comments on commit 90c1006

Please sign in to comment.