diff --git a/.github/workflows/publish-abacus-react.yml b/.github/workflows/publish-abacus-react.yml index 601cc6d0..4ebd6f70 100644 --- a/.github/workflows/publish-abacus-react.yml +++ b/.github/workflows/publish-abacus-react.yml @@ -69,4 +69,6 @@ jobs: working-directory: packages/abacus-react env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + NPM_CONFIG_REGISTRY: https://npm.pkg.github.com + NPM_REGISTRY: https://npm.pkg.github.com run: npx semantic-release \ No newline at end of file diff --git a/apps/web/src/app/games/memory-quiz/page.tsx b/apps/web/src/app/games/memory-quiz/page.tsx index 8ad96c5a..b6b98690 100644 --- a/apps/web/src/app/games/memory-quiz/page.tsx +++ b/apps/web/src/app/games/memory-quiz/page.tsx @@ -306,21 +306,17 @@ function SetupPhase({ state, dispatch }: { state: SorobanQuizState; dispatch: Re