File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212 release :
1313 name : Release
1414 runs-on : ubuntu-latest
15- if : ${{ github.repository == 'cloud-annotations/docusaurus-plugin- openapi' && github.ref == 'refs/heads/main' && github.event_name == 'push' }}
15+ if : ${{ github.repository == 'cloud-annotations/docusaurus-openapi' && github.ref == 'refs/heads/main' && github.event_name == 'push' }}
1616 steps :
1717 - uses : actions/checkout@v2
1818 with :
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import { getOutput } from "./utils/get-output";
1111import { printBanner , printSpacer } from "./utils/print-utils" ;
1212
1313const ORG = "cloud-annotations" ;
14- const REPO = "docusaurus-plugin- openapi" ;
14+ const REPO = "docusaurus-openapi" ;
1515const BRANCH = "main" ;
1616
1717const COMMIT_FILTERS = [ / \( r e l e a s e \) v .* / ] ;
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import { getOutput } from "./utils/get-output";
1616import { printBanner } from "./utils/print-utils" ;
1717
1818const ORG = "cloud-annotations" ;
19- const REPO = "docusaurus-plugin- openapi" ;
19+ const REPO = "docusaurus-openapi" ;
2020let REPO_ROOT = undefined ;
2121
2222// Makes the script crash on unhandled rejections instead of silently
You can’t perform that action at this time.
0 commit comments