From 1574c405b25c25e5e7c06e7a81902390dfaa8c19 Mon Sep 17 00:00:00 2001 From: Martin Thomson Date: Wed, 10 Nov 2021 15:01:28 +1100 Subject: [PATCH] Update to spec-prod@v2 --- .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 478c416..0144404 100644 --- a/.github/workflows/auto-publish.yml +++ b/.github/workflows/auto-publish.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest # only linux supported at present steps: - uses: actions/checkout@v2 - - uses: w3c/spec-prod@v1 # use the action + - uses: w3c/spec-prod@v2 # use the action with: TOOLCHAIN: respec W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }}