Skip to content

Commit fb9af57

Browse files
authored
Re-enable Echidna publication.
1 parent fe92017 commit fb9af57

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/auto-publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ jobs:
99
name: Build, Validate and Deploy
1010
runs-on: ubuntu-20.04
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v3
1313
- uses: w3c/spec-prod@v2
1414
with:
1515
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
16+
W3C_WG_DECISION_URL: https://www.w3.org/2024/09/24-did-minutes.html#r02
1717
W3C_BUILD_OVERRIDE: |
18-
shortName: did-core
19-
specStatus: CRD
18+
shortName: did-1.1
19+
specStatus: WD

0 commit comments

Comments
 (0)