1
0
mirror of synced 2026-01-08 21:02:10 -05:00

Merge pull request #38132 from github/repo-sync

Repo sync
This commit is contained in:
Octomerger Bot
2023-06-19 09:55:33 -07:00
committed by GitHub

View File

@@ -176,7 +176,7 @@ jobs:
# Defaults to the user or organization that owns the workflow file
scope: '@octocat'
- run: yarn
- run: yarn publish
- run: yarn npm publish // for Yarn version 1, use `yarn publish` instead
env:
NODE_AUTH_TOKEN: {% raw %}${{ secrets.NPM_TOKEN }}{% endraw %}
```