Skip to content

chore(deps): update dependency eslint to v8.45.0 (#1397) #363

chore(deps): update dependency eslint to v8.45.0 (#1397)

chore(deps): update dependency eslint to v8.45.0 (#1397) #363

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 }}
algolia:
uses: the-guild-org/shared-config/.github/workflows/algolia-publish.yml@main
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
algoliaAdminApiKey: ${{ secrets.ALGOLIA_ADMIN_API_KEY }}
with:
domain: https://www.the-guild.dev/graphql/config/
source: 'Config'
setupEnvWorkingDirectory: './website'
packageManager: 'pnpm'