mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 09:05:55 +00:00
adds ldflags to the outputs from meta
This commit is contained in:
parent
61baf479eb
commit
e1925a9f90
1 changed files with 2 additions and 1 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue