Skip to content

build(deps): Bump @tanstack/react-query from 5.100.6 to 5.100.9 #337

build(deps): Bump @tanstack/react-query from 5.100.6 to 5.100.9

build(deps): Bump @tanstack/react-query from 5.100.6 to 5.100.9 #337

Workflow file for this run

name: Release Drafter

Check failure on line 1 in .github/workflows/release-drafter.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release-drafter.yml

Invalid workflow file

(Line: 13, Col: 1): 'permissions' is already defined
on:
push:
branches:
- main
workflow_dispatch:
permissions:
contents: write
pull-requests: read
permissions:
contents: write
pull-requests: read
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: release-drafter/release-drafter@v6
with:
config-name: release-drafter.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}