Skip to content

Commit

Permalink
Merge pull request #2672 from gjtorikian/update-ci-version-set
Browse files Browse the repository at this point in the history
Modernize rcd_image_version retrieval
  • Loading branch information
flavorjones authored Oct 18, 2022
2 parents d3cbc09 + 11d424c commit 82140b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ jobs:
bundler-cache: true
bundler: latest
- id: rcd_image_version
run: bundle exec ruby -e 'require "rake_compiler_dock"; puts "::set-output name=rcd_image_version::#{RakeCompilerDock::IMAGE_VERSION}"'
run: bundle exec ruby -e 'require "rake_compiler_dock"; puts "rcd_image_version=#{RakeCompilerDock::IMAGE_VERSION}"' >> $GITHUB_OUTPUT

generic-package:
needs: ["rcd_image_version"]
Expand Down

0 comments on commit 82140b3

Please sign in to comment.