mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
Update needs to set output (#633)
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user