forgot to add output

This commit is contained in:
cupcakearmy 2022-11-01 20:54:39 +01:00
parent 6b5c91d122
commit 0324ed6d49
No known key found for this signature in database
GPG Key ID: 3235314B4D31232F
1 changed files with 4 additions and 1 deletions

View File

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