Skip to content

Commit

Permalink
Fix automatic publication to /TR (follow up to w3c#303)
Browse files Browse the repository at this point in the history
The status override parameter was `status`, which would have been correct if the
spec had used Bikeshed. For ReSpec, the correct parameter is `specStatus`.
  • Loading branch information
tidoust committed Feb 17, 2022
1 parent f0140bc commit 0ae3dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ jobs:
W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }}
W3C_WG_DECISION_URL: https://github.com/w3c/media-wg/issues/27
W3C_BUILD_OVERRIDE: |
status: WD
specStatus: WD

0 comments on commit 0ae3dad

Please sign in to comment.