Merge pull request #14 from PatrykIti/fix/version-bump-script

fix: Remove deprecated set-output command from version bump script
This commit is contained in:
PCITI
2025-06-12 14:46:54 +02:00
committed by GitHub

View File

@@ -104,7 +104,6 @@ def main():
# Output new version for GitHub Actions # Output new version for GitHub Actions
print(f"New version: {new_version}") print(f"New version: {new_version}")
print(f"::set-output name=version::{new_version}")
except Exception as e: except Exception as e:
print(f"Error: {e}") print(f"Error: {e}")