Skip to content

Commit 6fc8007

Browse files
authored
Fix auto-publication of the WebCodecs Codec Registry (#641)
The requested status was still "Note" whereas the spec transitioned to the Registry track. Updating the status accordingly. Note that the job succeeded because it failed to detect the error returned by Echidna to complain about the incorrect status.
1 parent e498ef7 commit 6fc8007

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/auto-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
destination: codec_registry.html
3333
echidna_token: ECHIDNA_TOKEN_REGISTRY
3434
build_override: |
35-
status: NOTE-WD
35+
status: DRY
3636
- source: avc_codec_registration.src.html
3737
destination: avc_codec_registration.html
3838
echidna_token: ECHIDNA_TOKEN_AVC_REGISTRATION

0 commit comments

Comments
 (0)