Change Create Release CI step dependencies

This commit is contained in:
Chris Kankiewicz
2021-08-24 19:55:42 -07:00
parent f6d660a378
commit a080acefbc

View File

@@ -101,7 +101,7 @@ jobs:
name: Create Release
runs-on: 'ubuntu-latest'
if: startsWith(github.ref, 'refs/tags/')
needs: tests
needs: [asset-compilation, coding-standards, static-analysis, tests]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}