Skip to content

Commit

Permalink
ci: configure workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
molvqingtai committed Sep 27, 2024
1 parent 4cb8f86 commit 79359dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion src/app/content/views/Setup/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 79359dc

Please sign in to comment.