Skip to content

Commit

Permalink
Merge pull request #43 from QuickPay/fix_release_ci
Browse files Browse the repository at this point in the history
Fix release ci
  • Loading branch information
cramt authored Apr 13, 2022
2 parents 8c84bfc + efa333b commit 1a692f4
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 1a692f4

Please sign in to comment.