Skip to content

Commit 67e6f1b

Browse files
committed
Leave downcase implementation comment to CI
Signed-off-by: Yury Tsarev <[email protected]>
1 parent 3583490 commit 67e6f1b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,4 +164,6 @@ jobs:
164164

165165
- name: Push Multi-Platform Package to Upbound
166166
if: env.XPKG_ACCESS_ID != ''
167+
# XPKG repo name can't contain uppercase characters
168+
# See https://github.com/orgs/community/discussions/25768#discussioncomment-8057564 for XPKG@L lowercase explanation
167169
run: "./crossplane --verbose xpkg push --package-files $(echo *.xpkg|tr ' ' ,) ${XPKG@L}:${{ env.XPKG_VERSION }}"

0 commit comments

Comments
 (0)