From fe47280e43285e2a3588947478b8d2cd6256fcf7 Mon Sep 17 00:00:00 2001 From: himorin / Atsushi Shimono Date: Fri, 29 Nov 2024 15:53:07 +0900 Subject: [PATCH 1/2] switch echidna from WD to CRD --- .github/workflows/auto-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-publish.yml b/.github/workflows/auto-publish.yml index d56253d..0e93f76 100644 --- a/.github/workflows/auto-publish.yml +++ b/.github/workflows/auto-publish.yml @@ -21,5 +21,5 @@ jobs: # Replace following with appropriate value. See options.md for details. W3C_WG_DECISION_URL: https://lists.w3.org/Archives/Public/public-device-apis/2021May/0008.html W3C_BUILD_OVERRIDE: | - status: WD + status: CRD shortname: orientation-event From c45ddcc061272a5012b85ef663aaea735c40bf28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20C=C3=A1ceres?= Date: Wed, 12 Feb 2025 10:02:31 +1100 Subject: [PATCH 2/2] Update auto-publish.yml --- .github/workflows/auto-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-publish.yml b/.github/workflows/auto-publish.yml index 0e93f76..df2484b 100644 --- a/.github/workflows/auto-publish.yml +++ b/.github/workflows/auto-publish.yml @@ -11,7 +11,7 @@ on: jobs: main: name: Build, Validate and Deploy - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: w3c/spec-prod@v2