Fixing typo

This commit is contained in:
Borales 2019-10-14 11:36:20 +02:00
parent 7214980ec5
commit 4e4261c59f
No known key found for this signature in database
GPG Key ID: CDC05EA9067B0EB5

View File

@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- uses: borales/actions-yarn@2.0.0 - uses: borales/actions-yarn@v2.0.0
with: with:
cmd: install cmd: install
``` ```
@ -38,7 +38,7 @@ jobs:
To authenticate with, and publish to, a registry other than `registry.npmjs.org`: To authenticate with, and publish to, a registry other than `registry.npmjs.org`:
```yml ```yml
- uses: borales/actions-yarn@2.0.0 - uses: borales/actions-yarn@v2.0.0
with: with:
auth-token: ${{ secrets.NPM_TOKEN }} auth-token: ${{ secrets.NPM_TOKEN }}
registry-url: someOtherRegistry.someDomain.net registry-url: someOtherRegistry.someDomain.net