From 4e4261c59f3435c0ee7ec3ac237b1fb5291e2b91 Mon Sep 17 00:00:00 2001 From: Borales Date: Mon, 14 Oct 2019 11:36:20 +0200 Subject: [PATCH] Fixing typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d878cdf..699a23f 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - - uses: borales/actions-yarn@2.0.0 + - uses: borales/actions-yarn@v2.0.0 with: cmd: install ``` @@ -38,7 +38,7 @@ jobs: To authenticate with, and publish to, a registry other than `registry.npmjs.org`: ```yml -- uses: borales/actions-yarn@2.0.0 +- uses: borales/actions-yarn@v2.0.0 with: auth-token: ${{ secrets.NPM_TOKEN }} registry-url: someOtherRegistry.someDomain.net