1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-21 12:05:42 +01:00

Remove reference to missing job (#4595)

This commit is contained in:
Vince Grassia 2024-08-08 09:42:58 -04:00 committed by GitHub
parent 77f8cc58e8
commit 19dc7c339b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -149,9 +149,7 @@ jobs:
release:
name: Create GitHub release
runs-on: ubuntu-22.04
needs:
- setup
- deploy
needs: setup
steps:
- name: Download latest release Docker stubs
if: ${{ inputs.release_type != 'Dry Run' }}