We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de21e61 commit c65a594Copy full SHA for c65a594
.github/workflows/router.yaml
@@ -29,9 +29,9 @@ jobs:
29
run-feature:
30
needs: detect
31
if: needs.detect.outputs.target == 'feature'
32
- uses: ./.github/workflows/release-feature-branch.yml
+ uses: ./.github/workflows/release-feature-branch.yaml
33
34
run-latest:
35
36
if: needs.detect.outputs.target == 'latest'
37
- uses: ./.github/workflows/release-latest.yml
+ uses: ./.github/workflows/release-latest.yaml
0 commit comments