1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-01 16:12:49 -05:00

fixing the error in the release workflow (#1669)

This commit is contained in:
Joseph Flinn
2021-10-26 18:56:06 -07:00
committed by GitHub
parent e2c8fa7002
commit fa1989bfed

View File

@ -104,7 +104,7 @@ jobs:
release-docker:
name: Build Docker images
runs-on: ubuntu-20.04
needs: build-artifacts
needs: setup
env:
_RELEASE_VERSION: ${{ needs.setup.outputs.release_version }}
strategy: