adds ldflags to the outputs from meta

This commit is contained in:
Christopher Lowenthal 2022-11-01 12:14:52 -04:00
parent 61baf479eb
commit e1925a9f90

View file

@ -10,8 +10,9 @@ jobs:
meta:
runs-on: ubuntu-latest
outputs:
version: ${{ steps.version.outputs.version }}
ldflags: ${{ steps.ldflags.outputs.ldflags }}
tag: ${{ steps.tag.outputs.tag }}
version: ${{ steps.version.outputs.version }}
steps:
- uses: actions/checkout@v3
with: