Skip to content

Commit 15eb918

Browse files
authored
Revert "Update W3C TR build from WD to CRD (WebAssembly#1797)" (WebAssembly#1813)
This reverts commit 5042950. There is will allow publishing more WD builds until the CR transition finishes.
1 parent 31418f6 commit 15eb918

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
@@ -45,7 +45,7 @@ jobs:
4545
- name: Publish all specs to their https://www.w3.org/TR/ URLs
4646
run: cd document && make -e WD-echidna-CI
4747
env:
48-
W3C_STATUS: ${{ github.event_name == 'push' && 'CRD' || inputs.w3c-status }}
48+
W3C_STATUS: ${{ github.event_name == 'push' && 'WD' || inputs.w3c-status }}
4949
W3C_ECHIDNA_TOKEN_CORE: ${{ secrets.W3C_ECHIDNA_TOKEN_CORE }}
5050
W3C_ECHIDNA_TOKEN_JSAPI: ${{ secrets.W3C_ECHIDNA_TOKEN_JSAPI }}
5151
W3C_ECHIDNA_TOKEN_WEBAPI: ${{ secrets.W3C_ECHIDNA_TOKEN_WEBAPI }}

0 commit comments

Comments
 (0)