diff --git a/.github/workflows/update-releasenotes.yml b/.github/workflows/update-releasenotes.yml index 3760e8ac3..11c4f0726 100644 --- a/.github/workflows/update-releasenotes.yml +++ b/.github/workflows/update-releasenotes.yml @@ -60,8 +60,8 @@ jobs: SECTION: ${{ steps.category.outputs.section }} CURRENT_VERSION: ${{ steps.version.outputs.latest }} run: | - FILE="RELEASENOTES.md" - VERSION_HEADER="# NuGet Version ${CURRENT_VERSION}" + export FILE="RELEASENOTES.md" + export VERSION_HEADER="# NuGet Version ${CURRENT_VERSION}" python3 - <<'PYEOF' import os, sys