diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index 9b303b48..c6779128 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -42,10 +42,10 @@ jobs: - name: Inject Static Version into _version.py and version.tf run: | echo "__version__ = \"$VERSION\"" > src/common/_version.py - sed -i "s/app_version = \".*\"/app_version = \"$VERSION\"/" opentofu/version.tf + sed -i "s/app_version = \".*\"/app_version = \"$VERSION\"/" opentofu/versions.tf echo "Injected version:" cat src/common/_version.py - cat opentofu/version.tf + cat opentofu/versions.tf env: VERSION: ${{ steps.version.outputs.VERSION }}