We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12e754f commit 134a6b0Copy full SHA for 134a6b0
.github/workflows/w3c-publish.yml
@@ -31,7 +31,7 @@ on:
31
32
env:
33
YARN_ENABLE_IMMUTABLE_INSTALLS: false
34
- W3C_STATUS: ${{ github.event_name == 'workflow_dispatch' && inputs.w3c-status || 'WD' }}
+ W3C_STATUS: ${{ github.event_name == 'workflow_dispatch' && inputs.w3c-status || 'CRD' }}
35
36
jobs:
37
publish-to-w3c-TR:
0 commit comments