Skip to content

Commit

Permalink
ci: add missing full-matrix input when using test workflow in release (
Browse files Browse the repository at this point in the history
…#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.
  • Loading branch information
xrmx authored Mar 7, 2024
1 parent 080b879 commit b930647
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ permissions:
jobs:
test:
uses: ./.github/workflows/test.yml
with:
full-matrix: true

packages:
uses: ./.github/workflows/packages.yml
Expand Down

0 comments on commit b930647

Please sign in to comment.