Skip to content

Commit 80aaa70

Browse files
Fix error in release workflow file
1 parent 93c31e8 commit 80aaa70

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
name: release-and-pages
1+
name: release
22
on:
33
push:
44
tags:
55
- "v*.*.*"
6+
workflow_dispatch:
67

78
permissions:
89
contents: write
@@ -28,7 +29,7 @@ jobs:
2829
- name: Bundle OpenAPI
2930
run: |
3031
mkdir -p dist
31-
npx @redocly/cli bundle specification/index.json -o dist/openapi.json
32+
npx @redocly/cli bundle specification/gridtariffapi.json -o dist/openapi.json
3233
3334
- name: Verify info.version matches tag
3435
run: |

0 commit comments

Comments
 (0)