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:
@@ -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}")
|
||||||
|
|||||||
Reference in New Issue
Block a user