Merge pull request #32 from thousandeyes/joaomper-TE-patch-1

Update release.yaml
This commit is contained in:
João Malés 2024-07-12 09:49:16 +01:00 committed by GitHub
commit 75c61747c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@ on:
jobs: jobs:
set-package-matrix: set-package-matrix:
# This action returns all sub-packages to be published. # This action returns all sub-packages to be published.
# It thens exports the variable to matrix, so that the deployment job is run individually for each sub-package # It thens exports the variable to `matrix`, so that the deployment job is run individually for each sub-package
runs-on: ubuntu-latest runs-on: ubuntu-latest
outputs: outputs:
packages: ${{ steps.packages.outputs.packages }} packages: ${{ steps.packages.outputs.packages }}