Skip to content

Commit 49e30b7

Browse files
committed
chore: update release-please config
- Use new repository for the action - Use nodejs-github-bot's PAT
1 parent 7734954 commit 49e30b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ jobs:
1111
outputs:
1212
release_created: ${{ steps.release.outputs.release_created }}
1313
steps:
14-
- uses: google-github-actions/release-please-action@v4
14+
- uses: googleapis/release-please-action@v4
1515
id: release
1616
with:
1717
release-type: node
18+
token: ${{ secrets.RELEASE_PLEASE_GITHUB_TOKEN }}
1819
npm-publish:
1920
needs: release-please
2021
if: ${{ needs.release-please.outputs.release_created }}

0 commit comments

Comments
 (0)