ci: configure workflows
This commit is contained in:
parent
4cb8f86824
commit
79359dc468
2 changed files with 2 additions and 2 deletions
2
.github/workflows/cd.yml
vendored
2
.github/workflows/cd.yml
vendored
|
@ -35,6 +35,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
version: latest
|
version: latest
|
||||||
- run: pnpm install --ignore-scripts
|
- run: pnpm install --ignore-scripts
|
||||||
- run: pnpx semantic-release
|
- run: pnpx semantic-release --dry-run
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.WEB_CHAT_GITHUB_TOKEN }}
|
GH_TOKEN: ${{ secrets.WEB_CHAT_GITHUB_TOKEN }}
|
||||||
|
|
|
@ -7,7 +7,7 @@ import { UserIcon } from 'lucide-react'
|
||||||
import { nanoid } from 'nanoid'
|
import { nanoid } from 'nanoid'
|
||||||
import { FC, useEffect, useState } from 'react'
|
import { FC, useEffect, useState } from 'react'
|
||||||
import { useRemeshDomain, useRemeshSend } from 'remesh-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 ExampleImage from '@/assets/images/example.jpg'
|
||||||
import PulsatingButton from '@/components/magicui/pulsating-button'
|
import PulsatingButton from '@/components/magicui/pulsating-button'
|
||||||
import BlurFade from '@/components/magicui/blur-fade'
|
import BlurFade from '@/components/magicui/blur-fade'
|
||||||
|
|
Loading…
Reference in a new issue