diff --git a/.github/workflows/release-ga.yml b/.github/workflows/release-ga.yml index df8636eb6..92a251e32 100644 --- a/.github/workflows/release-ga.yml +++ b/.github/workflows/release-ga.yml @@ -65,7 +65,7 @@ jobs: env: PROJECT_VERSION: ${{ env.PROJECT_VERSION }} run: | - echo "::set-output name=project-version::$PROJECT_VERSION" + echo "project-version=$PROJECT_VERSION" >> $GITHUB_OUTPUT promote: runs-on: ubuntu-latest diff --git a/.github/workflows/release-milestone.yml b/.github/workflows/release-milestone.yml index 6ac557c21..04ccb66be 100644 --- a/.github/workflows/release-milestone.yml +++ b/.github/workflows/release-milestone.yml @@ -70,7 +70,7 @@ jobs: env: PROJECT_VERSION: ${{ env.PROJECT_VERSION }} run: | - echo "::set-output name=project-version::$PROJECT_VERSION" + echo "project-version=$PROJECT_VERSION" >> $GITHUB_OUTPUT promote: runs-on: ubuntu-latest