Skip to content

Commit

Permalink
chore(GHA): Update the usage of set-output command in GH actions (#5074)
Browse files Browse the repository at this point in the history
  • Loading branch information
vasireddy99 authored Jan 4, 2023
1 parent b6107f0 commit 1f975b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
--discussion-category announcements \
v$VERSION
echo "::set-output name=version::$VERSION"
echo "version=$VERSION" >> $GITHUB_OUTPUT
merge-change-log-to-main:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1f975b3

Please sign in to comment.