mistercrunch commented on code in PR #28358:
URL: https://github.com/apache/superset/pull/28358#discussion_r1591374656


##########
.github/workflows/tag-release.yml:
##########
@@ -19,8 +19,8 @@ on:
         default: 'false'
         description: Whether to force a latest tag on the release
         options:
-          - true
-          - false
+          - 'true'

Review Comment:
   it caught this as an error so I fixed it



##########
.github/workflows/tag-release.yml:
##########
@@ -19,8 +19,8 @@ on:
         default: 'false'
         description: Whether to force a latest tag on the release
         options:
-          - true
-          - false
+          - 'true'

Review Comment:
   NOTE: it caught this as an error so I fixed it



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to