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 741b778 commit cb9bd09Copy full SHA for cb9bd09
.github/workflows/nodejs.yml
@@ -38,7 +38,7 @@ jobs:
38
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
39
40
release-and-deploy:
41
- name: Release to NPM registry
+ name: Release to NPM registry and deploy to ZEIT
42
needs: [build-and-test, sonarcloud-scan]
43
runs-on: ubuntu-latest
44
if: github.ref == 'refs/heads/master'
0 commit comments