Skip to content

Commit 4b434c2

Browse files
committed
Remove accidental + sign
1 parent 105ebb6 commit 4b434c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ GH_BASE_BRANCH = ENV['GH_BASE_BRANCH'] || 'master' # TODO: should we even allow
3535
GH_STABLE_BRANCH = ""
3636

3737
# If PUBLISH is false, we leave the release in a draft state to be manually published later through the UI
38-
+PUBLISH = ENV['PUBLISH'] == 'true' || false
38+
PUBLISH = ENV['PUBLISH'] == 'true' || false
3939

4040
CHANGELOG_TMPL = '''<%= package_name %> (<%= package_version %>) UNRELEASED; urgency=medium
4141

0 commit comments

Comments
 (0)