Skip to content

Commit edfe212

Browse files
committed
fix: fix test-release.yml.
1 parent c63a93d commit edfe212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ permissions:
1111
jobs:
1212
pr-comment-on-release:
1313
if: "startsWith(github.event.name , 'v0.0.0-test')" # Match only releases created by test-include.yml and test-exclude.yml
14-
uses: ./action.yaml
14+
uses: ./action.yml
1515
with:
1616
include_regex: "/v0\\.0\\.0-test-include\\.*./g" # Only include releases created by test-include.yml

0 commit comments

Comments
 (0)