Skip to content

Commit

Permalink
Tag prefix prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenperera committed Oct 18, 2023
1 parent 2fe3bf5 commit 6896169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def main():

# build pre-release versions
for pre_release in pre_releases:
build(pre_release, f"pre-{pre_release}")
build(pre_release, f"prerelease-{pre_release}")

# build latest
build(latest_release, "latest")
Expand Down

0 comments on commit 6896169

Please sign in to comment.