Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
Drop the set-output command which will be disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
1054009064 committed Jul 3, 2023
1 parent 91afd2a commit a278962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def fetch_latest_release():
def main():
version, sha256 = fetch_latest_release()
if os.getenv("GITHUB_ACTIONS"):
print(f"::set-output name=NETBIRD_VERSION::{version}")
print(f"NETBIRD_VERSION={version}", file=open(os.environ["GITHUB_OUTPUT"], "a"))

with open("netbird/Makefile") as f:
makefile = f.read()
Expand Down

0 comments on commit a278962

Please sign in to comment.