We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bac61b3 commit d05d1d3Copy full SHA for d05d1d3
.github/workflows/releases.yml
@@ -42,10 +42,10 @@ jobs:
42
- name: Inject Static Version into _version.py and version.tf
43
run: |
44
echo "__version__ = \"$VERSION\"" > src/common/_version.py
45
- sed -i "s/app_version = \".*\"/app_version = \"$VERSION\"/" opentofu/version.tf
+ sed -i "s/app_version = \".*\"/app_version = \"$VERSION\"/" opentofu/versions.tf
46
echo "Injected version:"
47
cat src/common/_version.py
48
- cat opentofu/version.tf
+ cat opentofu/versions.tf
49
env:
50
VERSION: ${{ steps.version.outputs.VERSION }}
51
0 commit comments