Skip to content

Commit

Permalink
Prepare for v2.7.4-testing.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamn committed Apr 23, 2024
1 parent 8ddd6f5 commit 4b5620b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 7 deletions.
14 changes: 14 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"mode": "pre",
"tag": "testing",
"initialVersions": {
"@apollo/composition": "2.7.4",
"apollo-federation-integration-testsuite": "2.7.4",
"@apollo/gateway": "2.7.4",
"@apollo/federation-internals": "2.7.4",
"@apollo/query-graphs": "2.7.4",
"@apollo/query-planner": "2.7.4",
"@apollo/subgraph": "2.7.4"
},
"changesets": []
}
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ 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: 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
if: steps.changesets.outputs.published == 'true'
run: node scripts/update-next-tags.mjs
# - name: Update next tags if appropriate
# if: steps.changesets.outputs.published == 'true'
# run: node scripts/update-next-tags.mjs

0 comments on commit 4b5620b

Please sign in to comment.