We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f043b7 commit 4f1fb75Copy full SHA for 4f1fb75
.github/workflows/ci.yml
@@ -68,5 +68,6 @@ jobs:
68
if: github.event_name != 'pull_request' && contains('refs/heads/main', github.ref) && matrix.node-version == 14
69
env:
70
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
71
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
72
run: |
73
yarn release --repositoryUrl https://x-access-token:[email protected]/$GITHUB_REPOSITORY.git
0 commit comments