File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -218,8 +218,12 @@ jobs:
218218 npm dist-tag add @fails-components/webtransport@${{ needs.version-check.outputs.version }} latest
219219 npm dist-tag add @fails-components/webtransport-transport-http3-quiche@${{ needs.version-check.outputs.version }} latest
220220 if: ${{ needs.version-check.outputs.changed == 'true' && github.ref == 'refs/heads/master' }}
221+ env:
222+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
221223 - run : |
222224 npm dist-tag add @fails-components/webtransport@${{ needs.version-check.outputs.version }} latestunstable
223225 npm dist-tag add @fails-components/webtransport-transport-http3-quiche@${{ needs.version-check.outputs.version }} latestunstable
224226 if: ${{ needs.version-check.outputs.changed == 'true' && github.ref == 'refs/heads/next' }}
227+ env:
228+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
225229
You can’t perform that action at this time.
0 commit comments