File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -483,7 +483,7 @@ if $PROGRAM_NAME == __FILE__
483
483
attach_assets_to_release res [ 'upload_url' ] , res [ 'id' ] , [ "#{ base_dir } /dist/#{ DEB_PKG_NAME } -v#{ version } .tar.gz" ]
484
484
attach_assets_to_release res [ 'upload_url' ] , res [ 'id' ] , [ "#{ base_dir } /dist/#{ DEB_PKG_NAME } _#{ version } _all.deb" ]
485
485
486
- if PUBLISH do
486
+ if PUBLISH
487
487
puts 'Publishing release...'
488
488
publish_release res [ 'id' ]
489
489
end
@@ -494,7 +494,7 @@ if $PROGRAM_NAME == __FILE__
494
494
puts "Updating #{ GH_STABLE_BRANCH } branch..."
495
495
update_stable_branch
496
496
497
- if !PUBLISH do
497
+ if !PUBLISH
498
498
puts 'Release left in a "Draft" state. Go to the https://github.com/github/backup-utils/releases and publish when ready.'
499
499
end
500
500
You can’t perform that action at this time.
0 commit comments