Skip to content

Commit

Permalink
Setting UPDATE_RELEASE=true for prerelease builds (#691)
Browse files Browse the repository at this point in the history
Signed-off-by: willdavsmith <[email protected]>
  • Loading branch information
willdavsmith authored Nov 9, 2023
1 parent b227fda commit b923af2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/scripts/get_release_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@
channel = "REL_CHANNEL={}".format(match.group("version"))
print("Setting: {}".format(channel))
githubEnv.write(channel + "\n")

print("Setting: UPDATE_RELEASE=true")
githubEnv.write("UPDATE_RELEASE=true" + "\n")
sys.exit(0)

print("This is a normal build")
Expand Down

0 comments on commit b923af2

Please sign in to comment.