gopidesupavan commented on code in PR #5:
URL: https://github.com/apache/airflow-publish/pull/5#discussion_r1887734979
##########
.github/workflows/airflow-publish.yml:
##########
@@ -25,52 +25,37 @@ on:
release-config:
description: "Path to the release config file"
required: true
- default: "release-config.yml"
+ default: "airflow-rc-config.yml"
+ type: choice
+ options:
Review Comment:
Added choice option so it can be selected , single workflow but two separate
configs, one for rc and another final release pypi (or may some better name? :)
)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]