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 fe92017 commit fb9af57Copy full SHA for fb9af57
.github/workflows/auto-publish.yml
@@ -9,11 +9,11 @@ jobs:
9
name: Build, Validate and Deploy
10
runs-on: ubuntu-20.04
11
steps:
12
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
13
- uses: w3c/spec-prod@v2
14
with:
15
W3C_ECHIDNA_TOKEN: ${{ secrets.W3C_TR_TOKEN }}
16
- W3C_WG_DECISION_URL: https://www.w3.org/2019/did-wg/Meetings/Minutes/2019-10-22-did#resolution1
+ W3C_WG_DECISION_URL: https://www.w3.org/2024/09/24-did-minutes.html#r02
17
W3C_BUILD_OVERRIDE: |
18
- shortName: did-core
19
- specStatus: CRD
+ shortName: did-1.1
+ specStatus: WD
0 commit comments