mirror of
https://github.com/Borales/actions-yarn.git
synced 2026-04-10 00:02:15 +08:00
Fixing typo
This commit is contained in:
parent
7214980ec5
commit
4e4261c59f
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user