Skip to content

chore: Bump "vite" package version to 8.2.0 (#264) #225

chore: Bump "vite" package version to 8.2.0 (#264)

chore: Bump "vite" package version to 8.2.0 (#264) #225

name: Release Drafter
on:
workflow_dispatch:
push:
# branches to consider in the event; optional, defaults to all
branches:
- main
permissions: {}
jobs:
update_release_draft:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: read
steps:
- uses: release-drafter/release-drafter@693d20e7c1ce1a81d3a41962f85914253b518449 # v7.3.1
with:
config-name: release-drafter.yaml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}