ci(release): fix dependency on first job

This commit is contained in:
Nicolas Meienberger 2023-11-28 22:30:30 +01:00
parent 59dbe672c8
commit ca3dc64fd4

View file

@ -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: