Skip to content

fix(deps): update graphql-tools to v8.1.2 (#2316) #1872

fix(deps): update graphql-tools to v8.1.2 (#2316)

fix(deps): update graphql-tools to v8.1.2 (#2316) #1872

Workflow file for this run

name: Release
on:
push:
branches: [master]
jobs:
stable:
uses: the-guild-org/shared-config/.github/workflows/release-stable.yml@main
with:
releaseScript: release
nodeVersion: 18
packageManager: pnpm
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
npmToken: ${{ secrets.NPM_TOKEN }}