Skip to content

Commit

Permalink
try set output differently
Browse files Browse the repository at this point in the history
  • Loading branch information
sighphyre committed Jan 8, 2025
1 parent 3030162 commit 2131546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run: |
semver=$(ruby echo_client_spec_version.rb)
echo "Extracted semver: $semver"
echo "semver=$semver" >> $GITHUB_ENV
echo "::set-output name=semver::$semver"
- name: Debug semver
run: |
echo "Semver is ${{ steps.get_semver.outputs.semver }}"
Expand Down

0 comments on commit 2131546

Please sign in to comment.