From 8b8fe091c87489cfb7c2b93580db6835e1de50fa Mon Sep 17 00:00:00 2001 From: Tyler Mairose Date: Fri, 17 Apr 2026 15:39:55 -0400 Subject: [PATCH] Update build action --- .github/workflows/release.yaml | 3 +++ 1 file changed, 3 insertions(+) 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