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 ea9cbeb commit c574429Copy full SHA for c574429
.github/workflows/release-please-5.x.yml
.github/workflows/release-please.yml
@@ -14,6 +14,7 @@ jobs:
14
with:
15
release-type: node
16
package-name: react-docgen
17
+ token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
18
19
- name: Checkout
20
if: ${{ steps.release.outputs.release_created }}
@@ -37,5 +38,5 @@ jobs:
37
38
39
- run: npm publish --tag=next
40
env:
- NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
41
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
42
0 commit comments