Skip to content

Commit 0b207a0

Browse files
committed
fix(cd): use correct workflow
1 parent 1e398d8 commit 0b207a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
if: steps.semantic-release.outcome == 'success'
7373
env:
7474
GITHUB_TOKEN: ${{ secrets.CD_TOKEN }}
75-
run: gh workflow run cd.yml
75+
run: gh workflow run cd.yaml
7676

7777
- name: Clean up End-to-End test resources
7878
if: always()

0 commit comments

Comments
 (0)