Skip to content

Commit 1bce730

Browse files
committed
release checklist
1 parent 9bf7bed commit 1bce730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helpers/release.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
end
5555

5656
checklist.run "github release" do
57-
`curl -SsI https://github.com/DannyBen/bashly/releases/latest`.include? "location: https://github.com/.*/v#{version}"
57+
`curl -SsI https://github.com/DannyBen/bashly/releases/latest`.match "location: https://github.com/.*/v#{version}"
5858
end
5959

6060
checklist.run "local retype is on master and clean" do

0 commit comments

Comments
 (0)