Skip to content

Commit

Permalink
fix release ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cramt committed Apr 13, 2022
1 parent 8c84bfc commit efa333b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
require './lib/quickpay/api/version.rb'
versions = '${{ steps.extract_versions.outputs.versions }}'.strip.split('|').map {|x| Gem::Version.new x }
unless versions.include? Gem::Version.new(QuickPay::API::VERSION)
puts('##[set-output name=version;]' + QuickPay::BaseBackend::VERSION)
puts('##[set-output name=version;]' + QuickPay::API::VERSION)
end
"
id: extract_version
Expand Down

0 comments on commit efa333b

Please sign in to comment.