We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91bb7c9 commit a536836Copy full SHA for a536836
.github/workflows/release-please.yml
@@ -5,6 +5,10 @@ on:
5
branches:
6
- main
7
8
+permissions:
9
+ contents: write
10
+ pull-requests: write
11
+
12
jobs:
13
release:
14
runs-on: ubuntu-latest
@@ -14,7 +18,7 @@ jobs:
18
uses: actions/checkout@v4
15
19
16
20
- name: 🤖 Run release-please
17
- uses: google-github-actions/release-please-action@v4
21
+ uses: googleapis/release-please-action@v4
22
with:
23
release-type: node
24
package-name: create-reactw-app
0 commit comments