Made NPM deployment step consistent with GPM
This commit is contained in:
parent
7b1367c6a0
commit
dafddb73c8
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user