Skip to content

Commit ecb67d7

Browse files
committed
fix: final release-please workspace fix (remove workflow-level type override)
1 parent 988281d commit ecb67d7

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/release-please.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,5 @@ jobs:
1616
- uses: googleapis/release-please-action@v4
1717
id: release
1818
with:
19-
release-type: rust
2019
manifest-file: .release-please-manifest.json
2120
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-
"nexum_core": "0.4.0"
2+
".": "0.4.0"
33
}

release-please-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages": {
3-
"nexum_core": {
3+
".": {
44
"release-type": "simple",
55
"changelog-path": "CHANGELOG.md",
66
"include-component-in-tag": false,

0 commit comments

Comments
 (0)