Skip to content

Commit efa333b

Browse files
committed
fix release ci
1 parent 8c84bfc commit efa333b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_and_lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
require './lib/quickpay/api/version.rb'
4747
versions = '${{ steps.extract_versions.outputs.versions }}'.strip.split('|').map {|x| Gem::Version.new x }
4848
unless versions.include? Gem::Version.new(QuickPay::API::VERSION)
49-
puts('##[set-output name=version;]' + QuickPay::BaseBackend::VERSION)
49+
puts('##[set-output name=version;]' + QuickPay::API::VERSION)
5050
end
5151
"
5252
id: extract_version

0 commit comments

Comments
 (0)