Skip to content

Commit

Permalink
Setting UPDATE_RELEASE=true for prerelease builds (#691) (#693)
Browse files Browse the repository at this point in the history
* Setting UPDATE_RELEASE=true for prerelease builds (#691)

Signed-off-by: willdavsmith <[email protected]>
(cherry picked from commit b923af2)

* Setting UPDATE_RELEASE=true for prerelease builds (#691) (#692)

Signed-off-by: willdavsmith <[email protected]>
(cherry picked from commit b923af2)
(cherry picked from commit 74adcfd)
  • Loading branch information
willdavsmith authored Nov 9, 2023
1 parent b227fda commit d850257
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 d850257

Please sign in to comment.