diff --git a/.github/workflows/release-dev.yaml b/.github/workflows/release-dev.yaml index e7adcff37..4b1ee839f 100644 --- a/.github/workflows/release-dev.yaml +++ b/.github/workflows/release-dev.yaml @@ -42,8 +42,8 @@ jobs: release_notes="${release_notes//'%'/'%25'}" release_notes="${release_notes//$'\n'/'%0A'}" release_notes="${release_notes//$'\r'/'%0D'}" - echo "::set-output name=changes::$(echo ${release_notes} | wc -l)" - echo "::set-output name=release_notes::${release_notes}" + echo ::set-output name=changes::$(echo ${release_notes} | wc -l) + echo ::set-output name=release_notes::${release_notes} - name: Get date for artifacts id: date run: echo "::set-output name=date::$(date +'%Y%m%d%H%M')"