Skip to content

Commit 416d4ff

Browse files
committed
ci: add back java strategy
1 parent aa5ec75 commit 416d4ff

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- id: release
2020
uses: googleapis/release-please-action@v4
2121
with:
22+
release-type: java
2223
config-file: release-please-config.json
2324
manifest-file: .release-please-manifest.json
2425

release-please-config.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
{
2+
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
23
"packages": {
3-
".": {}
4-
},
5-
"extra-files": [
6-
"gradle.properties"
7-
]
4+
".": {
5+
"extra-files": [
6+
"gradle.properties"
7+
],
8+
"skip-snapshot": true
9+
}
10+
}
811
}

0 commit comments

Comments
 (0)