Skip to content

Commit c574429

Browse files
committed
chore: Remove 5.x workflow from main branch
1 parent ea9cbeb commit c574429

File tree

2 files changed

+2
-43
lines changed

2 files changed

+2
-43
lines changed

.github/workflows/release-please-5.x.yml

Lines changed: 0 additions & 42 deletions
This file was deleted.

.github/workflows/release-please.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
with:
1515
release-type: node
1616
package-name: react-docgen
17+
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
1718

1819
- name: Checkout
1920
if: ${{ steps.release.outputs.release_created }}
@@ -37,5 +38,5 @@ jobs:
3738

3839
- run: npm publish --tag=next
3940
env:
40-
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
41+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4142
if: ${{ steps.release.outputs.release_created }}

0 commit comments

Comments
 (0)