Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.

Commit 29e3827

Browse files
committed
Get the version to publish from PUBLISH_VERSION
1 parent d449f27 commit 29e3827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codacy-coverage.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Gem::Specification.new do |gem|
1414
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
1515
gem.name = "codacy-coverage"
1616
gem.require_paths = ["lib"]
17-
gem.version = '0.2.3'
17+
gem.version = ENV['PUBLISH_VERSION'] || '1.0.dev'
1818

1919
gem.required_ruby_version = '>= 1.9.2'
2020

0 commit comments

Comments
 (0)