Skip to content

Commit 0e3c787

Browse files
committed
cd: add needs property for release task
1 parent 1a2906e commit 0e3c787

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- "*"
77

88
jobs:
9-
matrix_way:
9+
build_libraries:
1010
strategy:
1111
matrix:
1212
os:
@@ -59,6 +59,7 @@ jobs:
5959

6060
release:
6161
runs-on: ubuntu-latest
62+
needs: build_libraries
6263
steps:
6364
- uses: actions/download-artifact@v2
6465
with:

0 commit comments

Comments
 (0)