mirror of
https://github.com/graphql-hive/console
synced 2026-05-23 17:18:23 +00:00
Update cd.yaml
This commit is contained in:
parent
30f11c4005
commit
6b18ec41f3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cd.yaml
vendored
2
.github/workflows/cd.yaml
vendored
|
|
@ -38,7 +38,7 @@ jobs:
|
|||
run: yarn build:libraries
|
||||
|
||||
- name: Schema Publish
|
||||
run: ./packages/libraries/cli/bin/dev schema:publish "packages/services/api/src/modules/*/module.graphql.ts" --force --github
|
||||
run: ./packages/libraries/cli/bin/dev schema:publish "packages/services/api/src/modules/*/module.graphql.ts" --force --github || echo 'migration'
|
||||
|
||||
- name: Prepare NPM Credentials
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue