Skip to content

Commit

Permalink
Update the usage of set-output command in GH actions (#615)
Browse files Browse the repository at this point in the history
**Description:**

This PR updates the usage of set-output command in GH actions.

Reference :
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

CHANGELOG entry is not required
  • Loading branch information
vasireddy99 authored Nov 21, 2022
1 parent 2979946 commit 7dfa0cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ jobs:
v$VERSION \
opentelemetry-jmx-metrics.jar
echo "::set-output name=version::$VERSION"
echo "::set-output name=jmx-metrics-version::$jmx_metrics_version"
echo "version=$VERSION" >> $GITHUB_OUTPUT
echo "jmx-metrics-version=$jmx_metrics_version" >> $GITHUB_OUTPUT
merge-change-log-to-main:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7dfa0cb

Please sign in to comment.