forked from graphql-hive/graphql-config
-
Notifications
You must be signed in to change notification settings - Fork 0
27 lines (24 loc) · 671 Bytes
/
pr.yml
File metadata and controls
27 lines (24 loc) · 671 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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: 23
packageManager: 'pnpm'
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
npmToken: ${{ secrets.NPM_TOKEN }}