Skip to content

Commit

Permalink
ci: avoid set-output for setting the rcd_image_version
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Dalessio <[email protected]>
  • Loading branch information
gjtorikian and flavorjones committed Oct 18, 2022
1 parent d3cbc09 commit 11d424c
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 11d424c

Please sign in to comment.