diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4a5074e67..e223b5c8d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -134,6 +134,9 @@ jobs: yq -i ".packageVersion = \"$VERSION\"" sdk-resources/v2024-config.yaml yq -i ".packageVersion = \"$VERSION\"" sdk-resources/v2025-config.yaml yq -i ".packageVersion = \"$VERSION\"" sdk-resources/v2026-config.yaml + yq -i ".packageVersion = \"$VERSION\"" sdk-resources/nerm-config.yaml + yq -i ".packageVersion = \"$VERSION\"" sdk-resources/v2025-nerm-config.yaml + - name: Update setup.py version shell: bash