We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4730ee commit d18939fCopy full SHA for d18939f
.github/workflows/publish.yaml
@@ -26,7 +26,7 @@ jobs:
26
publish:
27
runs-on: ubuntu-latest
28
if: ${{ github.ref == 'refs/heads/master' }}
29
- needs: [build]
+ needs: [build-and-test]
30
steps:
31
- uses: actions/checkout@v2
32
- name: copy env
0 commit comments