We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
federation-rs
1 parent f2555df commit 151f6e0Copy full SHA for 151f6e0
.github/workflows/release.yml
@@ -47,21 +47,6 @@ jobs:
47
run: sleep 20
48
shell: bash
49
50
- - name: Kick off release in federation-rs
51
- if: steps.changesets.outputs.published == 'true'
52
- uses: actions/github-script@v6
53
- with:
54
- github-token: ${{ secrets.ACTION_PAT }}
55
- script: |
56
- await github.rest.actions.createWorkflowDispatch({
57
- owner: 'apollographql',
58
- repo: 'federation-rs',
59
- workflow_id: '.github/workflows/release.yml',
60
- ref: 'main',
61
- inputs: {
62
- version: "${{ env.FEDERATION_VERSION }}"
63
- }
64
- })
65
- name: Write token to the NPM rc file (login)
66
if: steps.changesets.outputs.published == 'true'
67
# write token to the NPM rc file (npm login)
0 commit comments