Skip to content

Commit

Permalink
Update repo name (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
bourdakos1 committed Dec 29, 2021
1 parent d7adc50 commit 244cfca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
if: ${{ github.repository == 'cloud-annotations/docusaurus-plugin-openapi' && github.ref == 'refs/heads/main' && github.event_name == 'push' }}
if: ${{ github.repository == 'cloud-annotations/docusaurus-openapi' && github.ref == 'refs/heads/main' && github.event_name == 'push' }}
steps:
- uses: actions/checkout@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion scripts/changelog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { getOutput } from "./utils/get-output";
import { printBanner, printSpacer } from "./utils/print-utils";

const ORG = "cloud-annotations";
const REPO = "docusaurus-plugin-openapi";
const REPO = "docusaurus-openapi";
const BRANCH = "main";

const COMMIT_FILTERS = [/\(release\) v.*/];
Expand Down
2 changes: 1 addition & 1 deletion scripts/publish.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { getOutput } from "./utils/get-output";
import { printBanner } from "./utils/print-utils";

const ORG = "cloud-annotations";
const REPO = "docusaurus-plugin-openapi";
const REPO = "docusaurus-openapi";
let REPO_ROOT = undefined;

// Makes the script crash on unhandled rejections instead of silently
Expand Down

0 comments on commit 244cfca

Please sign in to comment.