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}}