We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cab5393 commit 66aaf12Copy full SHA for 66aaf12
.github/workflows/nodejs.yml
@@ -27,7 +27,7 @@ jobs:
27
run: yarn build
28
29
publish:
30
- # if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/alpha' || github.ref == 'refs/heads/beta'
+ if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/alpha' || github.ref == 'refs/heads/beta'
31
needs: [tests]
32
runs-on: ubuntu-latest
33
steps:
@@ -46,4 +46,4 @@ jobs:
46
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
47
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
48
- name: Send codecov.io stats
49
- run: bash <(curl -s https://codecov.io/bash);
+ run: yarn coverage && bash <(curl -s https://codecov.io/bash);
0 commit comments