Update needs to set output (#633)

This commit is contained in:
Jamil
2022-05-18 21:17:51 -07:00
committed by GitHub
parent 51040eac8e
commit 7d2eb331e2

View File

@@ -219,7 +219,9 @@ jobs:
# and we're good to go.
publish:
if: startsWith(github.ref, 'refs/heads/master')
needs: build-package-test
needs:
- build-package-test
- draft-release
runs-on: ubuntu-20.04
strategy:
matrix: