Skip to content

Commit 244cfca

Browse files
authored
Update repo name (#128)
1 parent d7adc50 commit 244cfca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
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:

scripts/changelog.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { getOutput } from "./utils/get-output";
1111
import { printBanner, printSpacer } from "./utils/print-utils";
1212

1313
const ORG = "cloud-annotations";
14-
const REPO = "docusaurus-plugin-openapi";
14+
const REPO = "docusaurus-openapi";
1515
const BRANCH = "main";
1616

1717
const COMMIT_FILTERS = [/\(release\) v.*/];

scripts/publish.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { getOutput } from "./utils/get-output";
1616
import { printBanner } from "./utils/print-utils";
1717

1818
const ORG = "cloud-annotations";
19-
const REPO = "docusaurus-plugin-openapi";
19+
const REPO = "docusaurus-openapi";
2020
let REPO_ROOT = undefined;
2121

2222
// Makes the script crash on unhandled rejections instead of silently

0 commit comments

Comments
 (0)