Skip to content

Commit 628f323

Browse files
author
Lucas McDonald
committed
m
1 parent baf3332 commit 628f323

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/prod-release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,11 @@ jobs:
301301
- name: Validate published packages - Browser
302302
env:
303303
PUBLISH_LOCAL: "false"
304+
# This will fail until the publish step is run for the first time.
305+
# A dependency change broke the browser tests.
306+
# Commit fb10180dfb451ff5359ebc703c58eaf5393971ac fixes this.
307+
# The first publish step for v4.2.2+ should make this pass.
308+
# TODO: Remove this comment block after first successful publish of v4.2.2+.
304309
run: |
305310
npm run verdaccio-browser-decrypt
306311
npm run verdaccio-browser-encrypt

0 commit comments

Comments
 (0)