Browse Source

fixing the error in the release workflow (#1669)

pull/1670/head
Joseph Flinn 4 years ago committed by GitHub
parent
commit
fa1989bfed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/release.yml

2
.github/workflows/release.yml

@ -104,7 +104,7 @@ jobs: @@ -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:

Loading…
Cancel
Save