mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2024-12-25 13:01:31 +08:00
Should deploy also to NPM on tags
This commit is contained in:
parent
d069b23f3e
commit
5a2ca8e6ea
@ -18,6 +18,12 @@ deploy:
|
|||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
tags: true
|
tags: true
|
||||||
|
- provider: npm
|
||||||
|
email: $NPM_EMAIL
|
||||||
|
api_key: $NPM_TOKEN
|
||||||
|
on:
|
||||||
|
branch: master
|
||||||
|
tags: true
|
||||||
|
|
||||||
# blocklist
|
# blocklist
|
||||||
branches:
|
branches:
|
||||||
|
Loading…
Reference in New Issue
Block a user