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.
2 parents 8c84bfc + efa333b commit 1a692f4Copy full SHA for 1a692f4
.github/workflows/test_and_lint.yml
@@ -46,7 +46,7 @@ jobs:
46
require './lib/quickpay/api/version.rb'
47
versions = '${{ steps.extract_versions.outputs.versions }}'.strip.split('|').map {|x| Gem::Version.new x }
48
unless versions.include? Gem::Version.new(QuickPay::API::VERSION)
49
- puts('##[set-output name=version;]' + QuickPay::BaseBackend::VERSION)
+ puts('##[set-output name=version;]' + QuickPay::API::VERSION)
50
end
51
"
52
id: extract_version
0 commit comments