Skip to content

Commit 134a6b0

Browse files
authored
Update default W3C spec publication version from WD to CRD (#1858)
1 parent 12e754f commit 134a6b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/w3c-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ on:
3131

3232
env:
3333
YARN_ENABLE_IMMUTABLE_INSTALLS: false
34-
W3C_STATUS: ${{ github.event_name == 'workflow_dispatch' && inputs.w3c-status || 'WD' }}
34+
W3C_STATUS: ${{ github.event_name == 'workflow_dispatch' && inputs.w3c-status || 'CRD' }}
3535

3636
jobs:
3737
publish-to-w3c-TR:

0 commit comments

Comments
 (0)