We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e31234 commit b768f6bCopy full SHA for b768f6b
.github/workflows/assets.yml
@@ -15,7 +15,7 @@ name: Assets
15
on: # yamllint disable-line rule:truthy
16
workflow_call:
17
inputs:
18
- tag_ref:
+ tag_ref:
19
required: true
20
type: string
21
.github/workflows/publish.yml
@@ -157,7 +157,7 @@ jobs:
157
158
trigger_assets:
159
if: ${{ (startsWith(github.ref, 'refs/tags/')) && (github.event.repository.full_name == 'lf-edge/eve') }}
160
- needs: packages
+ needs: [manifest, verification, eve]
161
uses: lf-edge/eve/.github/workflows/assets.yml@master
162
with:
163
tag_ref: ${{ github.ref }}
0 commit comments