diff --git a/.github/workflows/generate-documentation.yml b/.github/workflows/generate-documentation.yml index 32de894fbac..05e6a76f815 100644 --- a/.github/workflows/generate-documentation.yml +++ b/.github/workflows/generate-documentation.yml @@ -53,7 +53,7 @@ jobs: echo "Assumed version number $VERSION" echo "VERSION=$VERSION" >> "$GITHUB_ENV" fi - echo "::set-output name=version::$VERSION" + echo "version=$VERSION" >> "$GITHUB_OUTPUT" - name: Generate docs run: | DOCS_BUCKET=${{ secrets.CD_API_REFS_BUCKET_NAME }} \