Thanks to visit codestin.com Credit goes to github.com
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 5746bc9 commit 09e5fd9Copy full SHA for 09e5fd9
ci_tooling/build_modules/application.py
@@ -197,6 +197,6 @@ def generate(self) -> None:
197
self._generate_application()
198
self._remove_analytics_key()
199
self._patch_load_command()
200
- #self._patch_sdk_version() if not self._git_branch or not self._git_branch.startswith('refs/tags') else None
+ self._patch_sdk_version() #if not self._git_branch or not self._git_branch.startswith('refs/tags') else None
201
self._embed_git_data()
202
self._embed_resources()
0 commit comments