Skip to content

Commit 062aa5e

Browse files
committed
ci: fix workflow dispatch path
1 parent 86ad9a7 commit 062aa5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
trigger-build:
5353
needs: sync
5454
if: ${{ needs.sync.outputs.tagged == 'true' }}
55-
uses: ./.github/workflows/release-derper.yml
55+
uses: ./.github/workflows/release-derper.yaml
5656
with:
5757
ref: ${{ needs.sync.outputs.commit-hash }}
5858
release-tag-name: ${{ needs.sync.outputs.tag-name }}

0 commit comments

Comments
 (0)