Skip to content

Commit 3c718e9

Browse files
authored
added needs build to publish job
1 parent b2c89fe commit 3c718e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242

4343
runs-on: ubuntu-latest
4444
if: startsWith(github.ref, 'refs/tags/v')
45+
needs: build
4546

4647
steps:
4748
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)