Skip to content

Commit a536836

Browse files
committed
fix: workflow issue for the release please
1 parent 91bb7c9 commit a536836

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
branches:
66
- main
77

8+
permissions:
9+
contents: write
10+
pull-requests: write
11+
812
jobs:
913
release:
1014
runs-on: ubuntu-latest
@@ -14,7 +18,7 @@ jobs:
1418
uses: actions/checkout@v4
1519

1620
- name: 🤖 Run release-please
17-
uses: google-github-actions/release-please-action@v4
21+
uses: googleapis/release-please-action@v4
1822
with:
1923
release-type: node
2024
package-name: create-reactw-app

0 commit comments

Comments
 (0)