Skip to content

Commit 44163cb

Browse files
committed
fix(fix workflow): fixed workflow for release phase
1 parent a42c8b0 commit 44163cb

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
@@ -18,8 +18,9 @@ jobs:
1818
steps:
1919
- name: Release Please
2020
id: release
21-
uses: google-github-actions/release-please-action@v4
21+
uses: googleapis/release-please-action@v4
2222
with:
23+
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
2324
release-type: simple
2425
config-file: release-please-config.json
2526
manifest-file: .release-please-manifest.json

0 commit comments

Comments
 (0)