Skip to content

Commit 14b80d6

Browse files
committed
fix: issue with release-please
1 parent eae6c4c commit 14b80d6

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed
File renamed without changes.

.github/release-please-manifest.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
3+
"packages": {
4+
".": {}
5+
}
6+
}

.github/workflows/release-please.yml

+2
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ jobs:
1818
id: release
1919
with:
2020
token: ${{ secrets.GITHUB_TOKEN }}
21+
config-file: .github/release-please-config.json
22+
manifest-file: .github/release-please-manifest.json

0 commit comments

Comments
 (0)