Skip to content

Commit b2947f5

Browse files
committed
ci: fix repo name
1 parent f1dee76 commit b2947f5

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/allo-allo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ jobs:
1919
timeout-minutes: 10
2020
uses: "anolilab/workflows/.github/workflows/allo-allo.yml@main"
2121
with:
22-
target-repo: "anolilab/multi-semantic-release"
22+
target-repo: "anolilab/semantic-release"
2323
onboarding-lead: "prisis"

.github/workflows/cache-clear.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
timeout-minutes: 10
1414
uses: "anolilab/workflows/.github/workflows/cleanup-branch-cache.yaml@main"
1515
with:
16-
target-repo: "anolilab/multi-semantic-release"
16+
target-repo: "anolilab/semantic-release"

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ env:
2424
jobs:
2525
files-changed:
2626
name: "Detect what files changed"
27-
if: "github.repository == 'anolilab/multi-semantic-release'"
27+
if: "github.repository == 'anolilab/semantic-release'"
2828
runs-on: "ubuntu-24.04"
2929
timeout-minutes: 3
3030
# Map a step output to a job output

.github/workflows/lock-file-maintenance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
timeout-minutes: 30
1717
uses: "anolilab/workflows/.github/workflows/pnpm-lock-file-maintenance.yml@main"
1818
with:
19-
target-repo: "anolilab/multi-semantic-release"
19+
target-repo: "anolilab/semantic-release"
2020
node-version: "22.x"
2121
run-audit-fix: true
2222
secrets:

.github/workflows/lock-issues.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
timeout-minutes: 10
1414
uses: "anolilab/workflows/.github/workflows/lock-closed.yml@main"
1515
with:
16-
target-repo: "anolilab/multi-semantic-release"
16+
target-repo: "anolilab/semantic-release"

.github/workflows/preview-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
jobs:
1717
preview:
1818
name: "Preview Release"
19-
if: "github.repository == 'anolilab/multi-semantic-release'"
19+
if: "github.repository == 'anolilab/semantic-release'"
2020
runs-on: "ubuntu-latest"
2121
permissions:
2222
contents: "write"

.github/workflows/semantic-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ permissions:
1919
jobs:
2020
semantic-release:
2121
name: "Semantic Release"
22-
if: "github.repository == 'anolilab/multi-semantic-release'"
22+
if: "github.repository == 'anolilab/semantic-release'"
2323
runs-on: "ubuntu-latest"
2424
permissions:
2525
contents: "write" # to be able to publish a GitHub release

.github/workflows/stale-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
timeout-minutes: 10
1414
uses: "anolilab/workflows/.github/workflows/stale-issues.yml@main"
1515
with:
16-
target-repo: "anolilab/multi-semantic-release"
16+
target-repo: "anolilab/semantic-release"

0 commit comments

Comments
 (0)