Skip to content

chore: Bump "vuetify" package version to 4.1.9 (#279) #242

chore: Bump "vuetify" package version to 4.1.9 (#279)

chore: Bump "vuetify" package version to 4.1.9 (#279) #242

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@34d80673e067bdc0c24568d3af899c216adcfaa9 # v7.7.0
with:
config-name: release-drafter.yaml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}