Fix release job dependency

pull/357/head
Taylor Fausak 2021-11-21 14:05:37 +00:00 committed by GitHub
parent cdc8405b10
commit b8532ca631
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ jobs:
name: brittany-${{ github.sha }} name: brittany-${{ github.sha }}
release: release:
needs: ci needs: build
if: github.event_name == 'release' if: github.event_name == 'release'
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
steps: steps: