Adding publish to docker

This commit is contained in:
Borales
2019-10-14 00:12:01 +02:00
parent 05b6c81cc1
commit 60b50482c5
3 changed files with 23 additions and 83 deletions
+2
View File
@@ -22,6 +22,8 @@ jobs:
cmd: install
```
> `cmd` value will be used as a command for Yarn
### Secrets
* `NPM_AUTH_TOKEN` - **Optional**. The token to use for authentication with the npm registry. Required for `yarn publish` ([more info](https://docs.npmjs.com/getting-started/working_with_tokens))