forgot to add output

This commit is contained in:
2022-11-01 20:54:39 +01:00
parent 6b5c91d122
commit 0324ed6d49

View File

@@ -10,13 +10,16 @@ on:
jobs: jobs:
tags: tags:
runs-on: ubuntu-latest runs-on: ubuntu-latest
outputs:
matrix: ${{ steps.fetcher.outputs.matrix }}
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: actions/setup-node@v3 - uses: actions/setup-node@v3
with: with:
node-version: 18 node-version: 18
- run: npm i - run: npm i
- run: node fetch.mjs - id: fetcher
run: node fetch.mjs
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest