From 233fe0addb3ce29fab024ec2398110e5d2da0d28 Mon Sep 17 00:00:00 2001 From: Alan B Smith Date: Tue, 26 Sep 2023 12:24:24 -0600 Subject: [PATCH] fix(web): Fix npm publish step (#26) Fixes: #27 [category:Web Infrastructure] --- .github/workflows/release-web.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release-web.yml b/.github/workflows/release-web.yml index 5584164..1698665 100644 --- a/.github/workflows/release-web.yml +++ b/.github/workflows/release-web.yml @@ -124,6 +124,4 @@ jobs: # Publish to npm. Must be run after a build - name: Publish - run: npx changeset publish - env: - NPM_CI_PUBLISH_TOKEN: ${{ secrets.NPM_CI_PUBLISH_TOKEN}} + run: npx changeset publish --otp=${{ secrets.NPM_CI_PUBLISH_TOKEN}}