Skip to content

Commit b930647

Browse files
authored
ci: add missing full-matrix input when using test workflow in release (#1990)
Should fix the following error when tagging a release: The workflow is not valid. .github/workflows/release.yml (Line: 13, Col: 11): Input full-matrix is required, but not provided while calling.
1 parent 080b879 commit b930647

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ permissions:
1111
jobs:
1212
test:
1313
uses: ./.github/workflows/test.yml
14+
with:
15+
full-matrix: true
1416

1517
packages:
1618
uses: ./.github/workflows/packages.yml

0 commit comments

Comments
 (0)