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 93c31e8 commit 80aaa70Copy full SHA for 80aaa70
.github/workflows/release.yaml
@@ -1,8 +1,9 @@
1
-name: release-and-pages
+name: release
2
on:
3
push:
4
tags:
5
- "v*.*.*"
6
+ workflow_dispatch:
7
8
permissions:
9
contents: write
@@ -28,7 +29,7 @@ jobs:
28
29
- name: Bundle OpenAPI
30
run: |
31
mkdir -p dist
- npx @redocly/cli bundle specification/index.json -o dist/openapi.json
32
+ npx @redocly/cli bundle specification/gridtariffapi.json -o dist/openapi.json
33
34
- name: Verify info.version matches tag
35
0 commit comments