diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 769566d..666d7b9 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -35,6 +35,6 @@ jobs: with: version: latest - run: pnpm install --ignore-scripts - - run: pnpx semantic-release + - run: pnpx semantic-release --dry-run env: GH_TOKEN: ${{ secrets.WEB_CHAT_GITHUB_TOKEN }} diff --git a/src/app/content/views/Setup/index.tsx b/src/app/content/views/Setup/index.tsx index 7097ac0..f534cad 100644 --- a/src/app/content/views/Setup/index.tsx +++ b/src/app/content/views/Setup/index.tsx @@ -7,7 +7,7 @@ import { UserIcon } from 'lucide-react' import { nanoid } from 'nanoid' import { FC, useEffect, useState } from 'react' import { useRemeshDomain, useRemeshSend } from 'remesh-react' -import Timer from '@resreq/Timer' +import Timer from '@resreq/timer' import ExampleImage from '@/assets/images/example.jpg' import PulsatingButton from '@/components/magicui/pulsating-button' import BlurFade from '@/components/magicui/blur-fade'