Skip to content

Commit 6611dfc

Browse files
committed
fix: allow overriding release name via GitHub Actions UI
otherwise, it will always default to "main"
1 parent d8bc41d commit 6611dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ validate_translation_files test_requirements test fix_transifex_resource_names_d
33
retry_merge_transifex_bot_pull_requests
44

55
# Default release/project to work on. Override to release project e.g. `zebrawood` when cutting a release.
6-
export RELEASE := main
6+
export RELEASE ?= main
77

88
piptools:
99
pip install -q -r requirements/pip_tools.txt

0 commit comments

Comments
 (0)