Skip to content

Commit c839c99

Browse files
ci(fix): attempt to fix release-please config
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
1 parent ed0509b commit c839c99

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
- uses: google-github-actions/release-please-action@v4
2222
with:
2323
token: ${{ steps.app-token.outputs.token }}
24-
config-file: .github/release-please-config.json
24+
config-file: release-please-config.json

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "v0.1.0"
2+
".": "0.1.0"
33
}

.github/release-please-config.json renamed to release-please-config.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,8 @@
3232
"section": "CI",
3333
"hidden": true
3434
}
35-
]
35+
],
36+
"packages": {
37+
".": {}
38+
}
3639
}

0 commit comments

Comments
 (0)