We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bf7bed commit 1bce730Copy full SHA for 1bce730
helpers/release.rb
@@ -54,7 +54,7 @@
54
end
55
56
checklist.run "github release" do
57
- `curl -SsI https://github.com/DannyBen/bashly/releases/latest`.include? "location: https://github.com/.*/v#{version}"
+ `curl -SsI https://github.com/DannyBen/bashly/releases/latest`.match "location: https://github.com/.*/v#{version}"
58
59
60
checklist.run "local retype is on master and clean" do
0 commit comments