Skip to content

Commit

Permalink
Merge branch 'main' into federation/MakeInitQPStorePublic
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-scheer authored Feb 24, 2023
2 parents e97508c + 72253b0 commit 92eaeea
Show file tree
Hide file tree
Showing 5 changed files with 149 additions and 107 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
if: github.repository == 'apollographql/federation'
steps:
- name: Checkout Repo
uses: actions/checkout@v3
Expand Down Expand Up @@ -55,3 +56,9 @@ jobs:
version: "${{ env.FEDERATION_VERSION }}"
}
})
- name: Write token to the NPM rc file (login)
if: steps.changesets.outputs.published == 'true'
# write token to the NPM rc file (npm login)
run: echo //registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }} > ~/.npmrc
- name: Update next tags if appropriate
run: node scripts/update-next-tags.mjs
2 changes: 1 addition & 1 deletion docs/source/federated-types/composition.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ input UserInput {
}

type Library {
findBook(title: String): Book
book(title: String): Book
}
```

Expand Down
Loading

0 comments on commit 92eaeea

Please sign in to comment.