Skip to content

Commit c65a594

Browse files
fix: Update file extensions from .yml to .yaml in workflow router
1 parent de21e61 commit c65a594

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/router.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
run-feature:
3030
needs: detect
3131
if: needs.detect.outputs.target == 'feature'
32-
uses: ./.github/workflows/release-feature-branch.yml
32+
uses: ./.github/workflows/release-feature-branch.yaml
3333

3434
run-latest:
3535
needs: detect
3636
if: needs.detect.outputs.target == 'latest'
37-
uses: ./.github/workflows/release-latest.yml
37+
uses: ./.github/workflows/release-latest.yaml

0 commit comments

Comments
 (0)