Skip to content

Bump prettier-plugin-tailwindcss from 0.6.8 to 0.6.9 in /web #2225

Bump prettier-plugin-tailwindcss from 0.6.8 to 0.6.9 in /web

Bump prettier-plugin-tailwindcss from 0.6.8 to 0.6.9 in /web #2225

Workflow file for this run

name: Release Drafter
on:
push:
branches:
- main
pull_request_target:
types: [opened, reopened, synchronize]
permissions:
contents: read
jobs:
update_release_draft:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}