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 df1a8cf commit 399fe2dCopy full SHA for 399fe2d
.github/workflows/docs-build.yml
@@ -39,14 +39,14 @@ jobs:
39
40
- name: Normalize current versions
41
id: current
42
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
43
with:
44
script: return context.ref.match(/([0-9]+\.[0-9]+)\.(x|[0-9]+)/i)[1];
45
result-encoding: string
46
47
- name: Normalize latest versions
48
id: latest
49
50
51
script: return "${{steps.latest_release.outputs.release}}".match(/([0-9]+\.[0-9]+)\.[0-9]+/i)[1];
52
0 commit comments