From 0a6d15b6c03ee1286b837037756289d84d14e176 Mon Sep 17 00:00:00 2001 From: Nick Thurow Date: Fri, 9 Feb 2024 14:56:06 -0600 Subject: [PATCH] update publish workflow with final settings --- .github/workflows/publish.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e526112..545c6a4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -21,5 +21,7 @@ jobs: uses: Optum/react-hooks/.github/actions/setup@main - name: Publish - run: echo Publishing... + run: | + yarn config set npmAuthToken ${{ secrets.NPM_AUTH_TOKEN }} -H + yarn npm publish