Skip to content

fix(deps): update dependency fastify to v5.7.2 (#2854) #2432

fix(deps): update dependency fastify to v5.7.2 (#2854)

fix(deps): update dependency fastify to v5.7.2 (#2854) #2432

Workflow file for this run

name: release
on:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
jobs:
stable:
uses: the-guild-org/shared-config/.github/workflows/release-stable.yml@v1
with:
releaseScript: release
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
npmToken: ${{ secrets.NODE_AUTH_TOKEN }}