Skip to content
This repository was archived by the owner on Oct 9, 2024. It is now read-only.

Commit cbdef8e

Browse files
committed
ci: fix release please
1 parent fb7ddc3 commit cbdef8e

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

.github/workflows/release-please.yaml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,14 @@ on:
55

66
name: release-please
77

8-
permissions: read-all
8+
permissions:
9+
contents: write
10+
pull-requests: write
911

1012
jobs:
1113
release-please:
1214
runs-on: ubuntu-22.04
13-
permissions:
14-
contents: write
15-
pull-requests: write
1615
steps:
1716
- uses: googleapis/release-please-action@7987652d64b4581673a76e33ad5e98e3dd56832f # v4.1.3
1817
with:
1918
token: ${{ secrets.GITHUB_TOKEN }}
20-
release-type: simple
21-
config-file: release-please-config.json
22-
manifest-file: .release-please-manifest.json

.release-please-manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2+
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/refs/heads/main/schemas/manifest.json",
23
".": "0.1.0"
34
}

release-please-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
2+
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/refs/heads/main/schemas/config.json",
33
"bump-minor-pre-major": true,
44
"bump-patch-for-minor-pre-major": true,
55
"include-v-in-tag": true,

0 commit comments

Comments
 (0)