1
0
mirror of synced 2024-11-21 20:46:07 +03:00

Made NPM deployment step consistent with GPM

This commit is contained in:
Kevin Brown 2019-09-11 21:15:02 -04:00
parent 7b1367c6a0
commit dafddb73c8

View File

@ -50,7 +50,7 @@ jobs:
run: npm install
- name: Run linting, tests, minify
run: grunt
- name: Deploy
- name: Deploy (release)
if: github.event_name == 'release'
run: npm publish
env: