From 4431cd50b1846557e79ef005ff4b7f7c93b4e654 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 26 Mar 2020 22:25:32 +0400 Subject: fix(actions): Updated auth token Signed-off-by: Valentin Popov --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c812440..29001f1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,4 +1,4 @@ -name: CI +name: Publish on: create: @@ -17,6 +17,6 @@ jobs: with: cmd: build - uses: borales/actions-yarn@v2.0.0 - auth-token: ${{ secrets.NPM_AUTH_TOKEN }} + "auth-token": ${{ secrets.NPM_AUTH_TOKEN }} with: cmd: publish -- cgit v1.2.3