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 6437d10 commit 5520fd4Copy full SHA for 5520fd4
.github/workflows/unified-release.yml
utils/bump-version.py
@@ -74,11 +74,6 @@ def main():
74
pattern=r'STACK_VERSION:\s+\- "[0-9]+[0-9\.]*[0-9](?:\-SNAPSHOT)?"',
75
replace=f'STACK_VERSION:\n - "{major_minor_version}.0-SNAPSHOT"',
76
)
77
- find_and_replace(
78
- path=SOURCE_DIR / ".github/workflows/unified-release.yml",
79
- pattern=r'STACK_VERSION:\s+"[0-9]+[0-9\.]*[0-9](?:\-SNAPSHOT)?"',
80
- replace=f'STACK_VERSION: "{major_minor_version}-SNAPSHOT"',
81
- )
82
83
84
if __name__ == "__main__":
0 commit comments