Skip to content

Commit

Permalink
Migrate set-output to $GITHUB_OUTPUT
Browse files Browse the repository at this point in the history
  • Loading branch information
k0kubun committed Feb 16, 2024
1 parent 09d145a commit 5b43dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
if: ${{ matrix.entry.build_ruby != '' }}
- name: Set build_ruby version
id: build_ruby
run: ruby -e 'puts "::set-output name=version::#{RUBY_VERSION}"'
run: ruby -e 'puts "version=#{RUBY_VERSION}"' >> $GITHUB_OUTPUT
if: ${{ matrix.entry.build_ruby != '' }}
- uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit 5b43dba

Please sign in to comment.