1
0
Fork 0
This commit is contained in:
Matthias Kretschmann 2023-09-24 13:20:14 +01:00
parent 6d4898173a
commit 1c3d26d552
Signed by: m
GPG Key ID: 606EEEF3C479A91F
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ jobs:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
publish:
needs: test
needs: [test, build]
if: success() && startsWith(github.ref, 'refs/tags')
runs-on: ubuntu-latest
steps: