Skip to content

Commit fe4a69e

Browse files
committed
fix missing apollo prefix on PQ step
1 parent 6902478 commit fe4a69e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_rover-client-pq-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Generate PQ manifest
3434
run: |
3535
cd ./client/
36-
npx generate-persisted-query-manifest
36+
npx @apollo/generate-persisted-query-manifest
3737
3838
- name: Publish PQ Manifest
3939
uses: apollographql-gh-actions/rover-persisted-queries-publish@v1

0 commit comments

Comments
 (0)