ci(release): fix dependency on first job
This commit is contained in:
parent
59dbe672c8
commit
ca3dc64fd4
1 changed files with 0 additions and 1 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
@ -5,7 +5,6 @@ on:
|
|||
jobs:
|
||||
create-tag:
|
||||
runs-on: ubuntu-latest
|
||||
needs: [build-images, build-cli]
|
||||
outputs:
|
||||
tagname: ${{ steps.get_tag.outputs.tagname }}
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue