Skip to content

Commit 6c2ac03

Browse files
committed
temporarily skip validation
1 parent cb114df commit 6c2ac03

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/packaging.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@ jobs:
135135
--json \
136136
--package "$PACKAGE_ALIAS" \
137137
--post-install-url "$WIKI_URL" \
138+
# TODO: Remove this temporary flag!
139+
--skip-validation \
138140
--wait 29 2>&1); then
139141
# Success - extract version ID
140142
VERSION_ID=$(echo "$RESULT" | jq -r '.result.SubscriberPackageVersionId')

0 commit comments

Comments
 (0)