Skip to content

Commit cb9bd09

Browse files
committed
Update release and deploy job name
1 parent 741b778 commit cb9bd09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
3939

4040
release-and-deploy:
41-
name: Release to NPM registry
41+
name: Release to NPM registry and deploy to ZEIT
4242
needs: [build-and-test, sonarcloud-scan]
4343
runs-on: ubuntu-latest
4444
if: github.ref == 'refs/heads/master'

0 commit comments

Comments
 (0)