Skip to content

chore(deps): update nextjs monorepo to v14.2.12 #970

chore(deps): update nextjs monorepo to v14.2.12

chore(deps): update nextjs monorepo to v14.2.12 #970

Workflow file for this run

name: Canary Release
on:
pull_request:
branches:
- master
jobs:
dependencies:
uses: the-guild-org/shared-config/.github/workflows/changesets-dependencies.yaml@main
with:
preCommit: 'pnpm run prettier'
installDependencies: true
packageManager: 'pnpm'
secrets:
githubToken: ${{ secrets.GUILD_BOT_TOKEN }}
canary:
uses: the-guild-org/shared-config/.github/workflows/release-snapshot.yml@main
with:
npmTag: alpha
buildScript: build
nodeVersion: 18
packageManager: 'pnpm'
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
npmToken: ${{ secrets.NPM_TOKEN }

Check failure on line 27 in .github/workflows/pr.yml

View workflow run for this annotation

GitHub Actions / Canary Release

Invalid workflow file

The workflow is not valid. .github/workflows/pr.yml (Line: 27, Col: 17): The expression is not closed. An unescaped ${{ sequence was found, but the closing }} sequence was not found.