Skip to content

Commit

Permalink
Update release-perf.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leahwicz committed Mar 9, 2022
1 parent 27174e4 commit 84818bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
echo "::set-output name=release_id::${{github.event.inputs.release_id}}"
else
echo "release event detected"
echo "::set-output name=release_id::${{github.event.release.release_id}}"
echo "::set-output name=release_id::${{github.event.release.id}}"
fi
- name: Print var
Expand Down

0 comments on commit 84818bc

Please sign in to comment.