Skip to content

Commit ec9c658

Browse files
chore: attempt to fix rp workflow (#720)
attempt to fix rp workflow Signed-off-by: Kavindu Dodanduwa <[email protected]>
1 parent f4c20cc commit ec9c658

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Diff for: .github/workflows/release.yml

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
- uses: google-github-actions/release-please-action@18e07ccc3cbf9452c36a903319d532486196dba9
2323
id: release
2424
with:
25-
command: manifest
2625
token: ${{secrets.GITHUB_TOKEN}}
2726
default-branch: main
2827

Diff for: release-please-config.json

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"packages": {
44
".": {
55
"package-name": "dev.openfeature.sdk",
6-
"release-type": "simple",
76
"monorepo-tags": false,
87
"include-component-in-tag": false,
98
"bump-minor-pre-major": true,

0 commit comments

Comments
 (0)