Skip to content

Commit b0e8fee

Browse files
committed
fix:update release please
1 parent 5a968bb commit b0e8fee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' }}
1919
steps:
2020
- uses: actions/checkout@v4
21-
- uses: google-github-actions/release-please-action@v4
21+
- uses: googleapis/release-please-action@v4
2222
with:
23+
token: ${{ secrets.GITHUB_TOKEN }}
2324
release-type: node
2425
include-component-in-tag: true

0 commit comments

Comments
 (0)