Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Borales committed Jun 8, 2022
1 parent 9bec063 commit 1937fed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -20,13 +20,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: borales/actions-yarn@latest
- uses: borales/actions-yarn@v3.0.0
with:
cmd: install # will run `yarn install` command
- uses: borales/actions-yarn@latest
- uses: borales/actions-yarn@v3.0.0
with:
cmd: build # will run `yarn build` command
- uses: borales/actions-yarn@latest
- uses: borales/actions-yarn@v3.0.0
with:
cmd: test # will run `yarn test` command
```
Expand All @@ -47,7 +47,7 @@ jobs:
To authenticate with, and publish to, a registry other than `registry.npmjs.org`:

```yml
- uses: borales/actions-yarn@latest
- uses: borales/actions-yarn@v3.0.0
with:
auth-token: ${{ secrets.NPM_TOKEN }}
registry-url: someOtherRegistry.someDomain.net
Expand Down

0 comments on commit 1937fed

Please sign in to comment.